lopdf
lopdf copied to clipboard
Add remove password protection?
I had a quick look but couldn't find anything related to password protection. Does the library support it?
Not yet.
@J-F-Liu I am thinking of adding support for decrypting PDF files into lopdf.
Encryption seems tightly regulated where you are, will it be possible for you to merge such code in the main lopdf crate ? Otherwise, I can write a separate crate that can be made optional.
What is the best way to proceed ?
Merge requests are welcome, other users also request this feature.
Are there any updates on this? Or any crates that can modify the permissions of pdfs? the pdf
crate only deals with passwords on read-locked documents. I'm looking for crate that can remove write-locks on pdfs
This is at least partially resolved by #228
Thanks