Page 1 of 1

PDF Document Security

Posted: Tue May 21, 2013 5:28 pm
by maggarwal
Hi,

I want to encrypt/secure pdf documents before saving them back to the disk, how can I achieve that?

Re: PDF Document Security

Posted: Tue May 21, 2013 8:39 pm
by Alex
Hello,

The PdfDocument class has the EncryptionSystem property which allows to manage encryption parameters of PDF document. Please read more info in the documentation.

Also please see our PDF Editor Demo. In this demo you can open an existing not encrypted or encrypted PDF document, encrypt not encrypted PDF document, decrypt encrypted PDF document, change the encryption parameters of encrypted PDF document.

Best regards, Alexander