hpdft-0.1.0.6: 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 #

data FontMap Source #

Instances
Show FontMap Source # 
Instance details

Defined in PDF.Definition

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