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
| Name | Type | Access | Description |
|---|---|---|---|
Title | string | Read/Write | Gets the title. |
Authors | []string | Read/Write | Gets the authors. |
Description | string | Read/Write | Gets the description. |
Keywords | []string | Read/Write | Gets the keywords. |
CreatorTool | string | Read/Write | Gets the creator tool. |
Producer | string | Read/Write | Gets the producer. |
CreateDate | string | Read/Write | Gets the create date. |
ModifyDate | string | Read/Write | Gets the modify date. |
MetadataDate | string | Read/Write | Gets the metadata date. |
Custom | []XMPProperty | Read/Write | Gets the custom. |
Methods
| Signature | Description |
|---|---|
IsEmpty() → bool | IsEmpty reports whether the XMP metadata carries no information. |