Module printpdf::types

source ·
Expand description

Shared types regarding the structure of a PDF.

Re-exports

pub use self::pdf_document::PdfDocument;
pub use self::pdf_document::PdfDocumentReference;
pub use self::pdf_layer::PdfLayer;
pub use self::pdf_layer::PdfLayerReference;
pub use self::pdf_page::PdfPage;
pub use self::pdf_page::PdfPageReference;
pub use self::pdf_conformance::PdfConformance;
pub use self::pdf_conformance::CustomPdfConformance;
pub use self::pdf_metadata::PdfMetadata;
pub use self::plugins::*;

Modules

Module regulating the comparison and feature sets / allowed plugins of a PDF document
A PDFDocument represents the whole content of the file
PDF layer management. Layers can contain referenced or real content.
Wapper type for shared metadata between XMP Metadata and the DocumentInfo dictionary
PDF page management
Any kind of PDF objects. Every object that can be added to the PDF is a “plugin”.