PdfMetadata

Overview

PdfMetadata is a class in Aspose.Page FOSS for Python.

PDF metadata fields for the document info dictionary.

Properties: creation_date, creator, mod_date, producer, title, trapped.

Properties

NameTypeAccessDescription
titlestrReadGets the title.
creatorstrReadGets the creator.
producerstrReadGets the producer.
creation_datestrReadGets the creation date.
mod_datestrReadGets the mod date.
trappedboolReadGets the trapped.

See Also