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

Pdf.Document.Internal.Types

Description

Internal type declarations

Synopsis

Documentation

data Pdf Source #

Constructors

Pdf File (IORef ObjectCache) 

data Document Source #

PDF document

It is a trailer under the hood

Constructors

Document Pdf Dict 

data Catalog Source #

Document catalog

Constructors

Catalog Pdf Ref Dict 

data Info Source #

Information dictionary

Constructors

Info Pdf Ref Dict 

data PageNode Source #

Page tree node, contains pages or other nodes

Constructors

PageNode Pdf Ref Dict 

data Page Source #

Pdf document page

Constructors

Page Pdf Ref Dict 

data PageTree Source #

Page tree

data FontDict Source #

Font dictionary

Constructors

FontDict Pdf Dict