hpdft-0.1.1.1: A tool for looking through PDF file using Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

PDF.Definition

Documentation

type PDFObj = (Int, [Obj]) Source #

data Obj Source #

Instances

Instances details
Eq Obj Source # 
Instance details

Defined in PDF.Definition

Methods

(==) :: Obj -> Obj -> Bool #

(/=) :: Obj -> Obj -> Bool #

Show Obj Source # 
Instance details

Defined in PDF.Definition

Methods

showsPrec :: Int -> Obj -> ShowS #

show :: Obj -> String #

showList :: [Obj] -> ShowS #

type Dict = [(Obj, Obj)] Source #

data Encoding Source #

Instances

Instances details
Show Encoding Source # 
Instance details

Defined in PDF.Definition

type CMap = [(Int, String)] Source #

data PSR Source #

Instances

Instances details
Show PSR Source # 
Instance details

Defined in PDF.Definition

Methods

showsPrec :: Int -> PSR -> ShowS #

show :: PSR -> String #

showList :: [PSR] -> ShowS #