Change PDF Creator

Stimulsoft Reports.WEB discussion
Post Reply
ophidia
Posts: 3
Joined: Tue Apr 27, 2021 1:17 pm

Change PDF Creator

Post by ophidia »

As a Security feature, I would like for people not to know how our system created a PDF. So how can I remove these 2 values:
report.png
report.png (33.88 KiB) Viewed 2137 times
I tried settings.CreatorString but that didnt work.

Thanks!
Ophidia
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Change PDF Creator

Post by Lech Kulikowski »

Hello,

The Description/Application could be changed with the StiPdfExportSettings.CreatorString or StiOptions.Export.Pdf.CreatorString static option.
The Advanced/PDF Producer can't be changed.

Thank you.
ophidia
Posts: 3
Joined: Tue Apr 27, 2021 1:17 pm

Re: Change PDF Creator

Post by ophidia »

Lech Kulikowski wrote: Wed Apr 28, 2021 7:58 am Hello,

The Description/Application could be changed with the StiPdfExportSettings.CreatorString or StiOptions.Export.Pdf.CreatorString static option.
The Advanced/PDF Producer can't be changed.

Thank you.
for some reason, with settings.creatorString it didnt work - but when I do

Code: Select all

StiOptions.Export.Pdf.CreatorString = "xxx";
then it works! Thank you very much!
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Change PDF Creator

Post by Lech Kulikowski »

Hello,

You are welcome!
Post Reply