2013 Aug 20 8:18 AM
Hello,
I would like to ask you about the procedure generating PDF file with password protection.
PDF files are attached to email and send do employees.
I know how to generate PDF file during runtime but I can't find the solution how to encrypt it with a password.
I find only this solution:
http://scn.sap.com/people/pavan.vudaga/blog/2012/07/06/email-pdf-attachment-with-password-protection
where I must buy a external product, but I'm not so sure that my company agree on that solution.
Is there any other way to encrypt PDF file with password?
Hello,
I would like to ask you about the procedure generating PDF file with password protection.
PDF files are attached to email and send do employees.
I know how to generate PDF file during runtime but I can't find the solution how to encrypt it with a password.
I find only this solution:
http://scn.sap.com/people/pavan.vudaga/blog/2012/07/06/email-pdf-attachment-with-password-protection
where I must buy a external product, but I'm not so sure that my company agree on that solution.
Is there any other way to encrypt PDF file with password?
2013 Aug 20 9:56 AM
2013 Aug 20 10:46 AM
Hi Arindam Mondal,
Few days ago I saw this page. I'm sorry but it didn't help me so much.
2013 Aug 20 12:49 PM
Hi Michal,
Please check below link.It will help you to craete PDF with Password protection.
http://scn.sap.com/docs/DOC-29209
http://scn.sap.com/people/pavan.vudaga/blog/2012/07/06/email-pdf-attachment-with-password-protection
Thanks
Tarak
2013 Aug 21 12:08 PM
Hello Taraknath Dey,
This is the same solution that I mentioned at the beginning.
I would like to avoid external products.
2013 Nov 12 3:03 PM
Hello my friends,
I found solution but it require of C# knowledge.
The first step is to generate PDF files and download them to disc.
In the next step I created external program that read PDF files and encrypt them. I used iTextSharp Library, you can download it from this site.
Thank you for your commitment.
2016 Mar 28 3:36 PM