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
| Name | Type | Access | Description |
|---|---|---|---|
title | str | Read | Gets the title. |
creator | str | Read | Gets the creator. |
producer | str | Read | Gets the producer. |
creation_date | str | Read | Gets the creation date. |
mod_date | str | Read | Gets the mod date. |
trapped | bool | Read | Gets the trapped. |