sempdf v1.9.1Interfaces
Interface: DocumentInfo
sempdf / DocumentInfo
Defined in: src/types.ts:156
Document information dictionary metadata such as title, author, subject, and dates.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
author? | string | Document author name. | src/types.ts:160 |
creationDate? | string | Date | Document creation date. | src/types.ts:170 |
creator? | string | Application or person that created the document. | src/types.ts:166 |
keywords? | string | string[] | Document keywords for search and metadata. | src/types.ts:164 |
modificationDate? | string | Date | Document modification date. | src/types.ts:172 |
producer? | string | PDF producer value recorded in metadata. | src/types.ts:168 |
subject? | string | Document subject or summary. | src/types.ts:162 |
title? | string | Document title or display title. | src/types.ts:158 |