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 | 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 | Description |
---|---|---|
Filter |
FilterFactory.getFilter(java.lang.String filterName) |
Returns a filter instance given its name as a string.
|
Filter |
FilterFactory.getFilter(COSName filterName) |
Returns a filter instance given its COSName.
|
Copyright © 2002–2018. All rights reserved.