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
in some files I need to encrypt pdf file with 2 properties:
I tried reading the source code but it seemed that this logic wont work with such code:
output_file = PdfFileWriter() output_file.encrypt(user_pwd="", owner_pwd="password")
The text was updated successfully, but these errors were encountered:
Hi you should have a look at this issue #88
Sorry, something went wrong.
yeah I checked that out but is it fixed on pip yet?
No branches or pull requests
in some files I need to encrypt pdf file with 2 properties:
I tried reading the source code but it seemed that this logic wont work with such code:
The text was updated successfully, but these errors were encountered: