Crate libpdf

Source

Structs§

PdfCatalog
The root of a PDF document’s object hierarchy, located by the PdfDocument::root dictionary.
PdfDocument
A document in the Portable Document Format (PDF) format.
PdfDocumentData
A document in the Portable Document Format (PDF) format.
PdfInteractiveForm
Information about interactive form functionality in a PDF document.
PdfObjectIdentifier
A PdfObject may be labelled as an “indirect object”, in which case it is identified by this object identifier.
PdfSignature
A PDF signature.
PdfSignatureField
PdfStreamObject
PdfString
PdfUntypedDictionary

Enums§

PdfFormField
The various possible field types of a PdfFormField.
PdfObject
From section 7.3.1 of the PDF specification: “PDF includes eight basic types of objects: Boolean values, Integer and Real numbers, Strings, Names, Arrays, Dictionaries, Streams, and the null object”
PdfPageMode
A name object specifying how the document shall be displayed when opened.
PdfVersion
A PDF version.