pdf-toolbox-core-0.0.3.1: A collection of tools for processing PDF files.

Safe HaskellNone
LanguageHaskell98

Pdf.Toolbox.Core.Util

Description

Unclassified tools

Synopsis

Documentation

readObjectAtOffset Source

Arguments

:: MonadIO m 
=> RIS

input stream to read from

-> Int64

object offset

-> Int

object generation

-> PdfE m (Object Int64) 

Read indirect object at the specified offset

readCompressedObject Source

Arguments

:: MonadIO m 
=> IS

input object stream decoded content

-> Int64

an offset of the first object ("First" key in dictionary)

-> Int

object number to read

-> PdfE m (Object ()) 

Read object from object stream