Document Pdf Metadata
interface DocumentPdfMetadata
This class allows you to modify a PDF documents metadata.
Metadata is defined in two ways in the PDF spec (§ 14.3): - The Info PDF dictionary. This class is handling this. - A metadata stream containing XMP data. See DocumentXmpMetadata for that.
Use getPdfMetadata to retrieve an instance of this class.
See also
Functions
Link copied to clipboard
Returns the document creation date (if set).
Link copied to clipboard
Returns software used to create the document.
Link copied to clipboard
Returns document keywords.
Link copied to clipboard
Returns full metadata of the document.
Link copied to clipboard
Returns the date of when the document was last modified (if any).
Link copied to clipboard
Returns software library used to create the document.
Link copied to clipboard
Returns the subject of the document.
Link copied to clipboard
Returns
true
if there were any changes to the PDF metadata without save.Link copied to clipboard
Sets the creation date for the document.
Link copied to clipboard
Sets the creator for the document.
Link copied to clipboard
Sets the keywords for the document.
Link copied to clipboard
Sets the modification date for the document.
Link copied to clipboard
Sets the producer for the document.
Link copied to clipboard
Sets the subject for the document.