Hello everyone,
I want to save multiple pdf's...and want to protect them somehow. I want to export pdfs with one application and somehow add some sort of script behind that protect them. I want also grant access to specific users.
Does anybody know something more about pdf security and how things works.
thank you in advance...
Regards, Tadej
Loading
Leon DPosted May 17, 2021, 1:16 AM
Kurt AmbrosePosted May 14, 2021, 3:22 PM
Using the LEADTOOLS SDK you could create your own application to create a password and choose an encryption for your PDF by using the PDFFile.SecurityOptions property to set the desired password and encryption . Do note this is a paid for SDK and I work for this vender. Here is some additional information on setting a password for your PDF to be exported.
https://www.leadtools.com/help/sdk/v21/dh/pdf/pdffile-securityoptions.html
Additionally here is a small code snippet of how this would work.