We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, How do i check if pdf is password protected or not? And also How do I add password to password protected pdf?.
This what the error log looks like when I try to open password protected pdf.
01-24 18:36:13.400: E/libmupdf(25243): Rendering page(1)=403x553 patch=[0,0,403,553] 01-24 18:36:13.409: E/libmupdf(25243): error: zlib error: incorrect header check 01-24 18:36:13.409: E/libmupdf(25243): warning: read error; treating as end of file
The text was updated successfully, but these errors were encountered:
found it have to call authenticatePassword("password") of MuPDFCore class.
Sorry, something went wrong.
No branches or pull requests
Hi,
How do i check if pdf is password protected or not? And also How do I add password to password protected pdf?.
This what the error log looks like when I try to open password protected pdf.
01-24 18:36:13.400: E/libmupdf(25243): Rendering page(1)=403x553 patch=[0,0,403,553]
01-24 18:36:13.409: E/libmupdf(25243): error: zlib error: incorrect header check
01-24 18:36:13.409: E/libmupdf(25243): warning: read error; treating as end of file
The text was updated successfully, but these errors were encountered: