Hello.
It is possible to set some attributes to file properties. I thing, that generated PDF file can contains properties, that I set before generating.
For example settings of PDF file properties like Title, Author, Subject, Keyword etc...
Please, reply me, how I can set this.
Thank you.
Properties of generated PDF
Properties of generated PDF
Hello.
Also you could set next properties for all exported PDF files
or use StiPdfExportSettings to set these properties for each report:
Thank you.
To set PDF file properties you could use next report properties:yoyo wrote:It is possible to set some attributes to file properties. I thing, that generated PDF file can contains properties, that I set before generating.
For example settings of PDF file properties like Title, Author, Subject, Keyword etc...
Please, reply me, how I can set this.
Code: Select all
Title - Report Name
Author - Report Author
Subject - Report Alias
Code: Select all
Stimulsoft.Report.StiOptions.Export.Pdf.CreatorString
Stimulsoft.Report.StiOptions.Export.Pdf.KeywordsString
Code: Select all
Stimulsoft.Report.Export.StiPdfExportSettings.CreatorString
Stimulsoft.Report.Export.StiPdfExportSettings.KeywordsString