XMPMetadata

Overview

XMPMetadata is a type in Aspose.PDF FOSS for Go.

XMPMetadata is the document’s XMP packet modelled as common schema fields plus a list of arbitrary Custom properties.

This type provides 1 method for working with XMPMetadata objects in Go programs. Available methods include: IsEmpty. All public members are accessible to any Go application after installing the Aspose.PDF FOSS for Go package. Properties: Authors, CreateDate, CreatorTool, Custom, Description, Keywords, and 4 more.

Properties

NameTypeAccessDescription
TitlestringRead/WriteGets the title.
Authors[]stringRead/WriteGets the authors.
DescriptionstringRead/WriteGets the description.
Keywords[]stringRead/WriteGets the keywords.
CreatorToolstringRead/WriteGets the creator tool.
ProducerstringRead/WriteGets the producer.
CreateDatestringRead/WriteGets the create date.
ModifyDatestringRead/WriteGets the modify date.
MetadataDatestringRead/WriteGets the metadata date.
Custom[]XMPPropertyRead/WriteGets the custom.

Methods

SignatureDescription
IsEmpty()boolIsEmpty reports whether the XMP metadata carries no information.

See Also

 English