[]
DsPdfJS API / MetadataProperties
MetadataProperties =
object
Provides options for creating metadata for a PDF document.
optionalcontributors:string[]
The list of document contributors. Maps to Dublin Core 'contributor' property.
optionalcopyright:string
The document copyright. Maps to Dublin Core 'rights' property.
optionalcoverage:string
The document coverage. Maps to Dublin Core 'coverage' property.
optionalcreateDate:Date
The creation date. Maps to XMP 'CreateDate' property. If not set, the current date/time is used.
optionalcreators:string[]
The list of document creators. Maps to Dublin Core 'creator' property.
optionalcreatorTool:string
The creator tool, in PDF/A compatible documents this value should be the same as DocumentInfo.creator.
optionaldates:string[]
The list of document dates. Maps to Dublin Core 'date' property.
optionaldescription:string
The document description. Maps to Dublin Core 'description' property.
optionalidentifier:string
The document identifier. Maps to Dublin Core 'identifier' property.
optionalkeywords:string[]
The list of document keywords, or subjects. Maps to Dublin Core 'subject' property.
optionallanguages:string[]
The list of document languages. Maps to Dublin Core 'language' property.
optionalmetadataDate:Date
The metadata date. Maps to XMP 'MetadataDate' property. If not set, the current date/time is used.
optionalmodifyDate:Date
The modification date. Maps to XMP 'ModifyDate' property. If not set, the current date/time is used.
optionalpdfA:PdfAConformanceLevel
The PDF/A conformance version.
optionalpdfUa:number|null
The PDF/UA conformance version. Null indicates that the document is not PDF/UA compliant.
optionalproducer:string
The document's producer. Maps to PDF 'Producer' property.
optionalpublishers:string[]
The list of document publishers. Maps to Dublin Core 'publisher' property.
optionalreadOnly:boolean
Indicates whether the metadata is marked as read-only.
optionalrelations:string[]
The list of document relations. Maps to Dublin Core 'relation' property.
optionalsource:string
The document source. Maps to Dublin Core 'source' property.
optionaltitle:string
The document's title. Maps to Dublin Core 'title' property.
optionaltypes:string[]
The list of document types. Maps to Dublin Core 'type' property.
optionaluserProps:MetadataUserProp[]
The list of document custom properties.