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

Safe HaskellNone
LanguageHaskell98

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 Catalog Source

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