How to add watermark in pdf file?
Posted: Sat Jan 20, 2007 4:33 am
Hello everybody,
i am using stimulreport v2006.4. in that i was create one template(mrt file) with watermark and i export it as pdf file using follwing code:
StiReport report = new StiReport();
report.ExportDocument(StiExportFormat.Pdf, pdffilename);
but that watermark doesnot displayed in pdf file.
please any one explain the reason and how to add watermark in pdf file.
Thanks in advance!
i am using stimulreport v2006.4. in that i was create one template(mrt file) with watermark and i export it as pdf file using follwing code:
StiReport report = new StiReport();
report.ExportDocument(StiExportFormat.Pdf, pdffilename);
but that watermark doesnot displayed in pdf file.
please any one explain the reason and how to add watermark in pdf file.
Thanks in advance!