Page 1 of 1
Change PDF Creator
Posted: Tue Apr 27, 2021 1:24 pm
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 (33.88 KiB) Viewed 2516 times
I tried settings.CreatorString but that didnt work.
Thanks!
Ophidia
Re: Change PDF Creator
Posted: Wed Apr 28, 2021 7:58 am
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.
Re: Change PDF Creator
Posted: Wed Apr 28, 2021 9:26 am
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!
Re: Change PDF Creator
Posted: Wed Apr 28, 2021 9:30 am
by Lech Kulikowski
Hello,
You are welcome!