sempdf
sempdf v1.9.1Interfaces

Interface: XmpMetadataOptions

sempdf v1.9.1


sempdf / XmpMetadataOptions

Defined in: src/types.ts:178

Structured XMP metadata fields used to build an XMP packet.

Properties

PropertyTypeDescriptionDefined in
createDate?string | DateXMP creation date.src/types.ts:190
creator?stringApplication 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?stringTool name recorded in XMP metadata.src/types.ts:186
metadataDate?string | DateXMP metadata packet timestamp.src/types.ts:194
modifyDate?string | DateXMP modification date.src/types.ts:192
producer?stringPDF producer value recorded in metadata.src/types.ts:188
title?stringDocument title or display title.src/types.ts:180

On this page