pdf-toolbox-document-0.0.1.0: A collection of tools for processing PDF files.

Safe HaskellNone

Pdf.Toolbox.Document.Document

Description

PDF document

Synopsis

Documentation

data Document Source

PDF document

It is a trailer under the hood

Instances

documentCatalog :: MonadPdf m => Document -> PdfE m CatalogSource

Get the document catalog

documentEncryption :: MonadPdf m => Document -> PdfE m (Maybe Dict)Source

Document encryption dictionary

documentInfo :: MonadPdf m => Document -> PdfE m (Maybe Info)Source

Infornation dictionary for the document