-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
Regular PDF detected as encrypted and decryption with empty string fails #245
Comments
Thanks for the workaround @cycomanic. I'm having the same issue. |
Thank you so much @cycomanic! |
@fsiordia @michi88 @cycomanic Do you still encounter the same issue with the latest PyPDF2 version? Could you upload an example PDF file? |
I have a similar problem that couldn't be solved by the workarounds described above. I run this in a Windows and AWS Linux environment. I'm using Python 3.9 I'm trying to get the content of this PDF: fdo-fundingapplication-demandedefinancement.pdf This is what I'm trying to do:
However, I ran into this error when I run the above code.
The
However, the code now yielded this error:
EDIT: |
I believe this was solved with #1015 Without an example PDF I'm not able to verify. For this reason, I close this issue now. If anybody still encounters it with the latest version of PyPDF2, please let me know. |
Hi,
I have a problem with a regular PDF that somehow gets detected as encrypted. I tried the method mentioned in #51, i.e.
but I then I get:
I seem to get around the issue if I do
after which a
succeeds and allows me to access the pdf normally (and seemingly without issues), which seems to demonstrate that it is not really encrypted.
Cheers
Jochen
The text was updated successfully, but these errors were encountered: