Trailer Reference¶
- class pdfnaut.objects.trailer.Info[source]¶
Bases:
PdfDictionaryDocument-level metadata representing the structure described in ISO 32000-2:2020 § 14.3.3 “Document information dictionary”.
Since PDF 2.0, most of the attributes here have been deprecated in favor of their equivalents in the document-level metadata stream (see
PdfDocument.xmp_info), with exception ofInfo.creation_dateandInfo.modify_date.- __init__(title=None, author=None, subject=None, keywords=None, creator=None, producer=None, creation_date=None, modify_date=None, trapped=None)¶
- creator: str | None¶
If the document was converted to PDF from another format (ex. DOCX), the name of the PDF processor that created the original document from which it was converted (ex. Microsoft Word).
- modify_date: datetime | None¶
The date and time the document was most recently modified, in human-readable form.
- modify_date_raw: str | None¶
The date and time the document was most recently modified, as a text string.