XmpMetadata
Overview
XmpMetadata is a interface in Aspose.PDF FOSS for TypeScript.
Structured view of a document’s XMP packet (read side).
Properties: authors, createDate, creatorTool, custom, description, keywords, and 10 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
title | : string | Read | Gets the title. |
authors | : string[] | Read | Gets the authors. |
description | : string | Read | Gets the description. |
subjects | : string[] | Read | Gets the subjects. |
keywords | : string | Read | Gets the keywords. |
creatorTool | : string | Read | Gets the creator tool. |
producer | : string | Read | Gets the producer. |
createDate | : Date | string | Read | Gets the create date. |
modifyDate | : Date | string | Read | Gets the modify date. |
rights | : string | Read | Gets the rights. |
pdfaPart | : number | Read | Gets the pdfa part. |
pdfaConformance | : string | Read | Gets the pdfa conformance. |
pdfuaPart | : number | Read | Gets the pdfua part. |
pdfxVersion | : string | Read | Gets the pdfx version. |
custom | : XmpProperty[] | Read | Namespaced properties outside the schemas above — how a product stamps its own provenance, and how a PDF/A custom schema is carried. |
raw | : string | Read | Original decoded packet text, preserved for round-tripping. |