1
Answer

Crystal export to PDF, possible to add password?

Ask a question
B List

B List

13y
11k
1

Using VS2005 and creating a Crystal Report, exporting it to a PDF.

 

report.SetDataSource(ds);
report.ExportToDisk(
ExportFormatType.PortableDocFormat, fileName);
report.Dispose();

I was wondering (hoping) that there is a way to add a password to the PDF document during the export.
Thanks.


Answers (1)