sempdf v1.9.1Interfaces
Interface: XmpMetadataOptions
sempdf / XmpMetadataOptions
Defined in: src/types.ts:178
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:190 |
creator? | string | Application or person that created the document. | src/types.ts:182 |
creators? | readonly string[] | Ordered list of document creator names for XMP metadata. | src/types.ts:184 |
creatorTool? | string | Tool name recorded in XMP metadata. | src/types.ts:186 |
metadataDate? | string | Date | XMP metadata packet timestamp. | src/types.ts:194 |
modifyDate? | string | Date | XMP modification date. | src/types.ts:192 |
producer? | string | PDF producer value recorded in metadata. | src/types.ts:188 |
title? | string | Document title or display title. | src/types.ts:180 |