hpdft-0.1.0.5: A tool for looking through PDF file using Haskell

Safe HaskellSafe
LanguageHaskell2010

PDF.Definition

Documentation

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

data Obj Source #

Instances
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 #

type FontMap = [(Char, String)] Source #

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

data PSR Source #

Instances
Show PSR Source # 
Instance details

Defined in PDF.Definition

Methods

showsPrec :: Int -> PSR -> ShowS #

show :: PSR -> String #

showList :: [PSR] -> ShowS #