Appearance
zeropdf / ParsedPdfMetadata
Interface: ParsedPdfMetadata
Defined in: src/parser.ts:78
Document metadata discovered while parsing an existing PDF.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
author? | readonly | string | Document author name. | src/parser.ts:82 |
creationDate? | readonly | string | Document creation date. | src/parser.ts:92 |
creator? | readonly | string | Application or person that created the document. | src/parser.ts:88 |
keywords? | readonly | string | Document keywords for search and metadata. | src/parser.ts:86 |
modificationDate? | readonly | string | Document modification date. | src/parser.ts:94 |
producer? | readonly | string | PDF producer value recorded in metadata. | src/parser.ts:90 |
subject? | readonly | string | Document subject or summary. | src/parser.ts:84 |
title? | readonly | string | Document title or display title. | src/parser.ts:80 |