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]

[src]

Creates a new PDF document

Trait Implementations

impl Debug for PdfDocument
[src]

[src]

Formats the value using the given formatter.

impl Clone for PdfDocument
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more