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.
|
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.