See: Description
| Interface | Description |
|---|---|
| PdfStreamFilter |
A filtering function that implements PDF stream filter encoding and
decoding.
|
| Class | Description |
|---|---|
| PdfDecodeStream |
Performs pipelined stream filtering to attempt to decode a stream.
|
| PdfEncodeStream |
Provides commonly used stream encoding functions.
|
| PdfFlateFilter |
Implements a stream filter for Flate compression (based on
zlib/deflate).
|
| Exception | Description |
|---|---|
| PdfDecoderException |
Thrown if there is a problem related to PDF stream encoding or
decoding.
|
| PdfDecoderFormatException |
Thrown if a stream decoder encounters data in a stream that it
cannot decode.
|
| PdfDecoderNotSupportedException |
Thrown if stream decoding requires a decoder method that is not
supported by this package.
|
PdfEncodeStream and PdfDecodeStream, which provide the most commonly used functions. If
more control is needed, the classes that implement PdfStreamFilter can be used
directly.