Interface: ParsedPdfMetadata
Document metadata discovered while parsing an existing PDF.
Properties
| Property | Modifier | Type | Description |
|---|
author? | readonly | string | Document author name. |
creationDate? | readonly | string | Document creation date. |
creator? | readonly | string | Application or person that created the document. |
keywords? | readonly | string | Document keywords for search and metadata. |
modificationDate? | readonly | string | Document modification date. |
producer? | readonly | string | PDF producer value recorded in metadata. |
subject? | readonly | string | Document subject or summary. |
title? | readonly | string | Document title or display title. |