PdfViewPager icon indicating copy to clipboard operation
PdfViewPager copied to clipboard

Password protected pdf files crash the app

Open atharvaTyagi opened this issue 4 years ago • 1 comments

I am unable to view password protected pdf files, is there an option and if not then the library should handle that exception. Thanks

atharvaTyagi avatar Sep 17 '21 06:09 atharvaTyagi

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.

4brunu avatar Oct 13 '21 13:10 4brunu