Skip to content

DocumentInfo

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

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:994


readonly optional creationDate?: Date

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

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


readonly optional creator?: string

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


readonly optional keywords?: string

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


readonly optional modificationDate?: Date

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


readonly optional producer?: string

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

Producer; defaults to “Ream” if not provided.


readonly optional subject?: string

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


readonly optional title?: string

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