What this demonstrates
Add useful PDF metadata during export
PDF properties help users and document-management systems identify, search, and classify generated files without parsing their visible page content.
The values entered here are written into the PDF information dictionary during the same save operation that creates the document.
API used
SaveSettings.DocumentTitle
How it works
The request is mapped to a focused input model. Its title, author, subject, creator, and keywords are assigned to SaveSettings before ServerTextControl.Save exports the PDF.
Source files
See the implementation
The complete demo is encapsulated in Demos/Pdf/CreatingPdfs/DocumentSettings.