Appearance
zeropdf / XmpMetadataOptions
Interface: XmpMetadataOptions
Defined in: src/types.ts:159
Structured XMP metadata fields used to build an XMP packet.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
createDate? | string | Date | XMP creation date. | src/types.ts:171 |
creator? | string | Application or person that created the document. | src/types.ts:163 |
creators? | readonly string[] | Ordered list of document creator names for XMP metadata. | src/types.ts:165 |
creatorTool? | string | Tool name recorded in XMP metadata. | src/types.ts:167 |
metadataDate? | string | Date | XMP metadata packet timestamp. | src/types.ts:175 |
modifyDate? | string | Date | XMP modification date. | src/types.ts:173 |
producer? | string | PDF producer value recorded in metadata. | src/types.ts:169 |
title? | string | Document title or display title. | src/types.ts:161 |