PdfViewPager
PdfViewPager copied to clipboard
Password protected pdf files crash the app
I am unable to view password protected pdf files, is there an option and if not then the library should handle that exception. Thanks
Before opening the Password protected PDF file, you should use https://github.com/TomRoush/PdfBox-Android to check if the file is protected. If it's protected, you should remove the protection using PDFBox, and only then you should use this library to show the PDF file.