| Package | Description |
|---|---|
| org.apache.pdfbox.filter |
This package will hold the PDFBox implementations of the filters that are used in PDF documents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JPXFilter
Decompress data encoded using the wavelet-based JPEG 2000 standard,
reproducing the original data.
|
class |
LZWFilter
This is the filter used for the LZWDecode filter.
|
| Modifier and Type | Method and Description |
|---|---|
Filter |
FilterFactory.getFilter(COSName filterName)
Returns a filter instance given its COSName.
|
Filter |
FilterFactory.getFilter(String filterName)
Returns a filter instance given its name as a string.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.pdfbox.io.RandomAccessRead |
Filter.decode(InputStream encoded,
List<Filter> filterList,
COSDictionary parameters,
DecodeOptions options,
List<DecodeResult> results)
Decodes data, with optional DecodeOptions.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.