I need to encrypt and decrypt pdf files. Is there a free or low cost Java API that does that ? Basically I need to hide files from normal users. Any other suggestion on achieving that programatically ?
Thanks, Deep
|
I need to encrypt and decrypt pdf files. Is there a free or low cost Java API that does that ? Basically I need to hide files from normal users. Any other suggestion on achieving that programatically ? Thanks, Deep |
|||||
|
|
Using iText:
Here's the API for PDFEncryptor and PDFWriter (for the permissions). |
|||
|
|
Using PDFBox (based on Decrypt.java code) :
|
||||
|
|