pdf-toolbox-document-0.1.2: A collection of tools for processing PDF files.
Safe HaskellNone
LanguageHaskell2010

Pdf.Document.Document

Description

PDF document

Synopsis

Documentation

data Document Source #

PDF document

It is a trailer under the hood

documentCatalog :: Document -> IO Catalog Source #

Get the document catalog

documentInfo :: Document -> IO (Maybe Info) Source #

Infornation dictionary for the document

documentEncryption :: Document -> IO (Maybe Dict) Source #

Document encryption dictionary