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

Safe HaskellNone
LanguageHaskell98

Pdf.Toolbox.Document.Internal.Types

Description

Internal type declarations

Synopsis

Documentation

data Document Source

PDF document

It is a trailer under the hood

Constructors

Document XRef Dict 

Instances

data Catalog Source

Document catalog

Constructors

Catalog Ref Dict 

Instances

data PageTree Source

Page tree

Instances

data PageNode Source

Page tree node, contains pages or other nodes

Constructors

PageNode Ref Dict 

Instances

data Page Source

Pdf document page

Constructors

Page Ref Dict 

Instances

data Info Source

Information dictionary

Constructors

Info Ref Dict 

Instances

data FontDict Source

Font dictionary

Constructors

FontDict Dict 

Instances