Dmitry-Borodin / pdfview-android

Small Android library to show PDF files
Apache License 2.0
295 stars 48 forks source link

pdf is not scaling when I used scale function #6

Open shabyWoks opened 4 years ago

Dmitry-Borodin commented 4 years ago

Thank you for report. scale out does work, but then it doesn't zoom It is definately a bug and should be fixed

For which usecase do you need scaling out of interest?

shabyWoks commented 4 years ago

I had a single page pdf of size 280px width and could be of variable height. So when I try to display it in screen of 720 px width, it does not zoom / scale to that width. Moreover it maintains entire page in same visible screen height.

btecu commented 2 years ago

I believe I'm running into the same issue. I start with a PDF that has full width A4 but height is only 200px. Then if I zoom in, the View is still constrained to the 200px, even though there is enough content for more.

Any update @Dmitry-Borodin?