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

Safe HaskellNone
LanguageHaskell98

Pdf.Toolbox.Document.Internal.Types

Description

Internal type declarations

Synopsis

Documentation

data Document #

PDF document

It is a trailer under the hood

Constructors

Document XRef Dict 

Instances

data Catalog #

Document catalog

Constructors

Catalog Ref Dict 

Instances

data PageTree #

Page tree

Instances

data PageNode #

Page tree node, contains pages or other nodes

Constructors

PageNode Ref Dict 

Instances

data Page #

Pdf document page

Constructors

Page Ref Dict 

Instances

Show Page # 

Methods

showsPrec :: Int -> Page -> ShowS #

show :: Page -> String #

showList :: [Page] -> ShowS #

data Info #

Information dictionary

Constructors

Info Ref Dict 

Instances

Show Info # 

Methods

showsPrec :: Int -> Info -> ShowS #

show :: Info -> String #

showList :: [Info] -> ShowS #

data FontDict #

Font dictionary

Constructors

FontDict Dict 

Instances