Skip to content
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

add modificationAllowedWithoutOwnerPassword flag #84

Merged
1 commit merged into from
Jul 17, 2018

Conversation

arthurblake
Copy link
Contributor

add simple flag to control whether the PDF document may be modified even when encrypted and owner password was not supplied. The flag default setting is true.

This solves issue 35 in the most simplistic way possible.

This causes a change in behavior because the setting is defaulted to true and has the effect of making the library more open and more widely applicable by default, in that it can now properly process PDF files that are encrypted with just an owner password that was not supplied to the API when opening the document. This brings OpenPDF into alignment with the functionality of nearly all PDF viewers.

add simple flag to control whether the PDF doc may be modified even when encrypted and owner password was not supplied. The flag default setting is true
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant