Password protected PDF using C#

Posted by balaweblog on Stack Overflow See other posts from Stack Overflow or by balaweblog
Published on 2008-12-16T06:13:50Z Indexed on 2010/04/13 7:02 UTC
Read the original article Hit count: 518

Filed under:
|

I am creating a pdf document using C# code in my process. I need to protect the docuemnt with some standard password like "123456" or some account number. I need to do this without any reference dlls like pdf writer.

I am generating the PDF file using SQL Reporting services reports.

Is there are easiest way.

© Stack Overflow or respective owner

Related posts about c#

Related posts about pdf-generation