Our web application allows the user to create a PDF file on-the-fly based on the data of the current web page.The PDF creation is achieved through a LotusScript agent.
Now, the users are asking to have the possibility to encrypt their PDF files.
Is there any way to implement the PDF file encryption using any available function (and without re-writing the encryption algorithm…)?
Thanks in advance!