How to encrypt a pdf file.

1
Hi All, I'm trying to encrypt a pdf file. However, I can not implement yet. I'm wondering whether I should create Java Action which is able to encrypt a PDF file or not. If possible, we do not want to be in Zip format. Because unzip has to be done... Does anyone have idea? Thank you in advance!    
asked
3 answers
1

That is more a stackoverflow question: https://stackoverflow.com/questions/25681239/how-to-make-pdf-file-password-protected

Regards,

Ronald

 

answered
1

you can use the Java Action Base64EncodeFile from Community Commons. 

answered
1

Have a look at this topic if you're looking to password protect your PDF:

https://forum.mendix.com/link/questions/87558

answered