- Posts: 9
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
'Single Page' view alignment
- ruslan.iskhakov
- Topic Author
- Offline
- New Member
-
Less
More
10 years 3 months ago - 10 years 3 months ago #9834
by ruslan.iskhakov
'Single Page' view alignment was created by ruslan.iskhakov
A PDF document has pages with portrait orientation. An Android tablet is turned to landscape display orientation. When selecting the 'Single Page' mode in RDPDFReader application, a PDF page is displayed on the left side of screen, rather than at center of screen. Also, when I do text search, a page containing matching text is displayed not at the screen center.
How to correct this from Java code?
Thanks in advance.
How to correct this from Java code?
Thanks in advance.
Last edit: 10 years 3 months ago by ruslan.iskhakov.
10 years 3 months ago #9836
by Davide
Replied by Davide on topic 'Single Page' view alignment
Hi,
please check this: www.radaeepdf.com/forum/Android-developm...entation-change#9276
And this : www.radaeepdf.com/support/knowledge-base...component&kbartid=23
please check this: www.radaeepdf.com/forum/Android-developm...entation-change#9276
And this : www.radaeepdf.com/support/knowledge-base...component&kbartid=23
- ruslan.iskhakov
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
10 years 3 months ago - 10 years 3 months ago #9844
by ruslan.iskhakov
Replied by ruslan.iskhakov on topic 'Single Page' view alignment
Thanks for the reply.
It seems I have now to refactor my application so it will be based on the PDFReader sample application (which is based on the PDFVIew class), rather than on RDPDFReader, because PDFLayout class doesn't provide the vCenterPage() method.
Could you please explain what is a difference between PDFView and PDFLayout classes provided by RadaePDF SDK? An objective of two different classes supporting PDF rendering and providing different API is not clear for me at the moment.
It seems I have now to refactor my application so it will be based on the PDFReader sample application (which is based on the PDFVIew class), rather than on RDPDFReader, because PDFLayout class doesn't provide the vCenterPage() method.
Could you please explain what is a difference between PDFView and PDFLayout classes provided by RadaePDF SDK? An objective of two different classes supporting PDF rendering and providing different API is not clear for me at the moment.
Last edit: 10 years 3 months ago by ruslan.iskhakov.
10 years 3 months ago #9845
by Davide
Replied by Davide on topic 'Single Page' view alignment
Hi,
now we are publishing a new version of the library.
The new RDPDFReader is now stable.
The new rendering approach is faster while zooming and with less memory consumption.
Now zoom factor won’t be a limit anymore and it’s potentially infinite.
now we are publishing a new version of the library.
The new RDPDFReader is now stable.
The new rendering approach is faster while zooming and with less memory consumption.
Now zoom factor won’t be a limit anymore and it’s potentially infinite.
Time to create page: 0.440 seconds