Copyright | (c) Keiichiro Shikano 2016 |
---|---|
License | MIT |
Maintainer | k16.shikano@gmail.com |
Safe Haskell | None |
Language | Haskell2010 |
Functions to parsea and show objects in a PDF file. It provides a basic way to get information from a PDF file.
Documentation
parseTrailer :: ByteString -> Maybe Dict Source #
findTrailer :: ByteString -> Dict Source #
rawStreamByRef :: [PDFObj] -> Int -> ByteString Source #
rawStream :: [Obj] -> ByteString Source #
parsePDFObj :: PDFBS -> PDFObj Source #
parseRefsArray :: [Obj] -> [Int] Source #
getObjs :: ByteString -> [PDFBS] Source #
getXref :: ByteString -> String Source #
expandObjStm :: [PDFObj] -> [PDFObj] Source #