[][src]Module printpdf::types

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

pdf_conformance

Module regulating the comparison and feature sets / allowed plugins of a PDF document

pdf_document

A PDFDocument represents the whole content of the file

pdf_layer

PDF layer management. Layers can contain referenced or real content.

pdf_metadata

Wapper type for shared metadata between XMP Metadata and the DocumentInfo dictionary

pdf_page

PDF page management

plugins

Any kind of PDF objects. Every object that can be added to the PDF is a "plugin".