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