Appearance
zeropdf / DocumentInfo
Interface: DocumentInfo
Defined in: src/types.ts:137
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:141 |
creationDate? | string | Date | Document creation date. | src/types.ts:151 |
creator? | string | Application or person that created the document. | src/types.ts:147 |
keywords? | string | string[] | Document keywords for search and metadata. | src/types.ts:145 |
modificationDate? | string | Date | Document modification date. | src/types.ts:153 |
producer? | string | PDF producer value recorded in metadata. | src/types.ts:149 |
subject? | string | Document subject or summary. | src/types.ts:143 |
title? | string | Document title or display title. | src/types.ts:139 |