Struct printpdf::types::pdf_document::PdfDocument[][src]

pub struct PdfDocument {
    pub fonts: FontList,
    pub document_id: String,
    pub metadata: PdfMetadata,
    // some fields omitted
}

PDF document

Fields

Fonts used in this document

Document ID. Must be changed if the document is loaded / parsed from a file

Metadata for this document

Methods

impl PdfDocument
[src]

Creates a new PDF document

Trait Implementations

impl Debug for PdfDocument
[src]

Formats the value using the given formatter. Read more

impl Clone for PdfDocument
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PdfDocument

impl Sync for PdfDocument