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

Safe HaskellSafe
LanguageHaskell2010

PDF.Definition

Documentation

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

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

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

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

data PSR Source #

Instances

Show PSR Source # 

Methods

showsPrec :: Int -> PSR -> ShowS #

show :: PSR -> String #

showList :: [PSR] -> ShowS #