Skip to content

zeropdf v1.3.0


zeropdf / XmpMetadataOptions

Interface: XmpMetadataOptions

Defined in: src/types.ts:159

Structured XMP metadata fields used to build an XMP packet.

Properties

PropertyTypeDescriptionDefined in
createDate?string | DateXMP creation date.src/types.ts:171
creator?stringApplication 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?stringTool name recorded in XMP metadata.src/types.ts:167
metadataDate?string | DateXMP metadata packet timestamp.src/types.ts:175
modifyDate?string | DateXMP modification date.src/types.ts:173
producer?stringPDF producer value recorded in metadata.src/types.ts:169
title?stringDocument title or display title.src/types.ts:161

Released under the ISC license.