Struct pdfium_render::document::PdfDocument
source · [−]pub struct PdfDocument<'a> { /* private fields */ }Expand description
An entry point to all the various object collections contained in a single PDF file. These collections include:
- PdfDocument::pages(), all the PdfPages in the document
- PdfDocument::metadata(), all the PdfMetadata tags in the document
- PdfDocument::form(), the PdfForm embedded in the document, if any
Implementations
Returns the file version of this PdfDocument.
Returns the collection of PdfPages in this PdfDocument.
Returns the collection of PdfMetadata tags in this PdfDocument.