pvginkel / PdfiumViewer

PDF viewer based on Google's PDFium.
Apache License 2.0
966 stars 418 forks source link

Fixed the blank space at the end of PDF file which has 1500 pages. #197

Open wiera987 opened 5 years ago

wiera987 commented 5 years ago

Maybe issue#179 If you use the scroll bar to move the long page PDF to the end, a blank will appear at the end. This occurs when PdfDocuments.PageSizes[].Size contains a decimal point.

I have other fixes, so I'm glad if you merge. I'm not used to git or github, so I'm sorry if it's a strange pull request.