Uses of Class
org.apache.pdfbox.filter.Filter
-
Packages that use Filter Package Description org.apache.pdfbox.filter This package will hold the PDFBox implementations of the filters that are used in PDF documents. -
-
Uses of Filter in org.apache.pdfbox.filter
Subclasses of Filter in org.apache.pdfbox.filter 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.Methods in org.apache.pdfbox.filter that return 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.
-