class HexaPDF::Type::Info
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: PDF1.7 s14.3.3, Trailer
Public Instance Methods
must_be_indirect?()
click to toggle source
Info
dictionaries must always be indirect.
# File lib/hexapdf/type/info.rb, line 63 def must_be_indirect? true end