Olmo Gallegos
Olmo Gallegos
Not for this library, should be a responsibility for each app to implement fast scrolling in the desired way, and handle its own custom views :)
Hi, what do you mean by showing numbers? you mean page numbers? provide more information pls, and I'll try to add some information if I can :-)
Hi! can you paste a small code snippet with the long name you are trying to load? I'll reproduce it in my samples and see what's going on
Hi! I'm afraid you can't specify a concrete zoom level programatically, but you can try setting the scale. Other library users like #3, #8 or #67 used the scale to...
Maybe it's simpler than this, as in the issue #8, you can directly set the scale to the PdfViewPager ``` pdfViewPager.setScaleX(1.5f); ``` then setting it back to `1f` will maybe...
Other solution would be to implement your own custom adapter (it's not difficult, just copy and paste `PdfPagerAdapter`), then add a method that can directly set the zoom level of...
Hi! does your App have permissions for accessing SD card and creating a file? It seems that the library is not able to obtain a file descriptor to the downloaded...
Indeed. As you very well said. This calculation is done for PDF documents with same size in all pages. If you have a different page size for each page, you...
Yes, you can subclass the base PDF Pager Adapter and do your own implementation with the page size calculations. You can just copy and paste the original code and modify...
Hello, which interface do you mean? what piece of code are you working on? Please provide some code and/or screenshots to complete your question and I'll try to help as...