-
Notifications
You must be signed in to change notification settings - Fork 61
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
Potential Encrypt Issue #88
Comments
Hi,
pypdf4-1.27.0PPzz_1-py2.py3-none-any.whl.zip thanks, |
@pubpub-zz The test outputted a pdf which could be opened in acrobat, but it was not secure, I could edit the file. |
@mpbunch , I've also added 2 functions applicable to both readers and writers: decode_permissions(): Can you give me your feed back? |
File generation works, file save works, file encryption doesn't.
I want to set an admin password that restricts pdf editing and copying of text, while freely allowing users to view the pdf.
When I open the pdf in acrobat pro, I am able to freely edit the pdf, even though acrobat says (SECURE) after the file name.
I'm not sure if this is an issue with my implementation, or within the library, but this does seem like a problem.
The text was updated successfully, but these errors were encountered: