Dmitry Borodin

Results 39 comments of Dmitry Borodin

com/pdfview/PDFRegionDecoder.kt:28 - currently we taking width for the first page always. So this library doesn't support documents with various width. Would be nice to fix it, without opening all the...

I expect this to not be difficult. Just need to test edge cases carefully... Not sure when I"ll have time to work on it. Will mention this issue in commit...

Thank you for taking time reporting it. Have to fix it after figuring out maven central problem so I can publish updates in a first place. You are welcome to...

Only if google will provide this data with https://developer.android.com/reference/android/graphics/pdf/package-summary?hl=en Current API were made for printing, so I don't think they support clickable parts. While I'm not sure. If you'll find...

Check lifecycle of your page fragment. Currently PdfView doesn't do SaveInstanceState so you have to do it manually in any of your fragments/screens. E.q. set Pdf file again after recreation....

Good point, thank you. We should migrate. After moving to maven central...

This is ready to be implemented. Should be straightforward, PR are welcome

No zoom level configuration now. No plans to implement since I don't think many people need it. But you can fork and change zoom level if you want for your...

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...

By default android recreates view hierarchy, we can store current scrolling position and scroll to in on restore. But right now it's not implemented. Need to check if we can...