DocumentInfo
Overview
DocumentInfo is a type in Aspose.PDF FOSS for Go.
DocumentInfo contains document information from the PDF Info dictionary.
Properties: Author, CreationDate, Creator, Custom, Keywords, ModDate, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Title | string | Read/Write | Gets the title. |
Author | string | Read/Write | Gets the author. |
Subject | string | Read/Write | Gets the subject. |
Keywords | string | Read/Write | Gets the keywords. |
Creator | string | Read/Write | Gets the creator. |
Producer | string | Read/Write | Gets the producer. |
CreationDate | string | Read/Write | Gets the creation date. |
ModDate | string | Read/Write | Gets the mod date. |
Custom | map[string]string | Read/Write | Gets the custom. |