hpdft-0.1.0.5: A tool for looking through PDF file using Haskell
PDF.Definition
type PDFBS = (Int, ByteString) Source #
type PDFObj = (Int, [Obj]) Source #
type PDFStream = ByteString Source #
type PDFxref = ByteString Source #
data Obj Source #
Constructors
Defined in PDF.Definition
Methods
(==) :: Obj -> Obj -> Bool #
(/=) :: Obj -> Obj -> Bool #
showsPrec :: Int -> Obj -> ShowS #
show :: Obj -> String #
showList :: [Obj] -> ShowS #
type Dict = [(Obj, Obj)] Source #
toString :: Int -> Obj -> [Char] Source #
type FontMap = [(Char, String)] Source #
type CMap = [(Int, String)] Source #
data PSR Source #
Fields
showsPrec :: Int -> PSR -> ShowS #
show :: PSR -> String #
showList :: [PSR] -> ShowS #