Skip to content

DocumentInfo

Defined in: src/core/document-model/types.ts:1858

Document metadata (PDF /Info-shaped, sourced from docProps/core.xml and/or caller options). Lives in the model so FlowDoc can carry it format-neutrally.

readonly optional author?: string

Defined in: src/core/document-model/types.ts:1860


readonly optional creationDate?: Date

Defined in: src/core/document-model/types.ts:1867

ISO 8601 date; converted to PDF date format (D:YYYYMMDDHHmmSS).


readonly optional creator?: string

Defined in: src/core/document-model/types.ts:1863


readonly optional keywords?: string

Defined in: src/core/document-model/types.ts:1862


readonly optional modificationDate?: Date

Defined in: src/core/document-model/types.ts:1868


readonly optional producer?: string

Defined in: src/core/document-model/types.ts:1865

Producer; defaults to “Ream” if not provided.


readonly optional subject?: string

Defined in: src/core/document-model/types.ts:1861


readonly optional title?: string

Defined in: src/core/document-model/types.ts:1859