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

NameTypeAccessDescription
title: stringReadGets the title.
authors: string[]ReadGets the authors.
description: stringReadGets the description.
subjects: string[]ReadGets the subjects.
keywords: stringReadGets the keywords.
creatorTool: stringReadGets the creator tool.
producer: stringReadGets the producer.
createDate: Date | stringReadGets the create date.
modifyDate: Date | stringReadGets the modify date.
rights: stringReadGets the rights.
pdfaPart: numberReadGets the pdfa part.
pdfaConformance: stringReadGets the pdfa conformance.
pdfuaPart: numberReadGets the pdfua part.
pdfxVersion: stringReadGets the pdfx version.
custom: XmpProperty[]ReadNamespaced properties outside the schemas above — how a product stamps its own provenance, and how a PDF/A custom schema is carried.
raw: stringReadOriginal decoded packet text, preserved for round-tripping.