PdfViewPager icon indicating copy to clipboard operation
PdfViewPager copied to clipboard

pdf distorted if document changes orientation from page to page

Open slowcar opened this issue 7 years ago • 0 comments

I have a pdf that changes its orientation, the first page is vertical A4, the next horizontal A4. When using Androids built-in PdfRenderer the document is displayed correctly, but with PdfViewPager the horizontal page is distorted. I suspect that the library does not recognize the orientation change and displays the horizontal page as a vertical one.

Please find attached a simple test pdf and two screenshots to illustrate the issue.

PdfRenderer: android display PdfViewPager: pdfviewpager

Page 1 Vertical.pdf

slowcar avatar Nov 05 '18 08:11 slowcar