class HexaPDF::Type::Info

Parent

Represents the PDF’s document information dictionary.

The info dictionary is linked via the /Info entry from the Trailer and contains metadata for the document.

See: PDF2.0 s14.3.3, Trailer

Field Definitions

NameType/Allowed ValuesRequiredDefault Value
TitleStringfalsenil
AuthorStringfalsenil
SubjectStringfalsenil
KeywordsStringfalsenil
CreatorStringfalsenil
ProducerStringfalsenil
CreationDateHexaPDF::DictionaryFields::PDFDate or String or Time or Date or DateTimefalsenil
ModDateHexaPDF::DictionaryFields::PDFDate or String or Time or Date or DateTimefalsenil
TrappedSymbol
One of: :True, :False, :Unknown
falsenil

Public Instance Methods

must_be_indirect?()

Info dictionaries must always be indirect.