android-pdfviewer
android-pdfviewer copied to clipboard
A Android PDF Viewer that render pdf using PdfRenderer and displays it in a RecyclerView.
When loading a PDF file with a signature, the signature cannot be displayed. How to solve this problem?
The PR addresses crash when opening a password-protected PDF file. SecurityException is thrown on PdfRenderer instantiation when the file is password-protected. See https://developer.android.com/reference/android/graphics/pdf/PdfRenderer#PdfRenderer(android.os.ParcelFileDescriptor)
Hi there, thanks for the great project, however, I meet some troubles, for example, when I tried to show the PDF, I realized that its pages sequence changed. Do you...
Have you run out of time to maintain? Its a great start but needs to be restructured to not assume all contexts are Activities (post instead of runonUiThread and similar...
I customize the adapter view and add some views in it. I set the click event for these views. But, I don't get the right position of clicked view in...
Fixes https://github.com/danjdt/android-pdfviewer/issues/31
android-pdfviewer throws a crash when trying to load a corrupted PDF file. This crash originates from android.graphics.pdf.PdfRenderer and is not caught by the try catch block in the setup method....
Hello, you can update the latest code to https://mvnrepository.com/artifact/com.danjdt/pdfviewer to facilitate everyone's use, thank you.