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

Safe HaskellNone
LanguageHaskell98

Pdf.Toolbox.Core.Stream.Filter.Type

Description

Stream filter

Synopsis

Documentation

data StreamFilter Source

Stream filter

Constructors

StreamFilter 

Fields

filterName :: Name

as "Filter" key value in stream dictionary

filterDecode :: Maybe Dict -> IS -> IO IS

decode params -> content -> decoded content

data DecodeException Source

Exception that should be thrown by the decoder in case of any error User code could catch it when reading from decoded stream content