[]
type DocumentInfoProperties = object;
Contains information about the PDF document. This information includes the document author, title, keywords, etc.
optional author?: string;
The name of the person that created the document.
optional createDate?: PdfDateTime;
The creation date and time of the document.
optional creator?: string;
The name of the application that created the original document.
optional keywords?: string;
Keywords (separated by comma) associated with the document.
optional modifyDate?: PdfDateTime;
The date and time the document was most recently modified.
optional producer?: string;
The name of the application that created the document.
optional subject?: string;
The subject of the document.
optional title?: string;
The title of the document.