Uses of Interface
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
Classes in org.apache.pdfbox.filter that implement Filter Modifier and Type Class Description classASCII85FilterThis is the used for the ASCIIHexDecode filter.classASCIIHexFilterThis is the used for the ASCIIHexDecode filter.classCCITTFaxDecodeFilterThis is a filter for the CCITTFax Decoder.classCryptFilterclassDCTFilterThis is the used for the DCTDecode filter.classFlateFilterThis is the used for the FlateDecode filter.classIdentityFilterThe IdentityFilter filter just passes the data through without any modifications.classJBIG2FilterModeled on the JBIG2Decode filter.classJPXFilterThis is used for the JPXDecode filter.classLZWFilterThis is the filter used for the LZWDecode filter.classRunLengthDecodeFilterThis is a filter for the RunLength Decoder.Methods in org.apache.pdfbox.filter that return Filter Modifier and Type Method Description FilterFilterManager. getFilter(java.lang.String filterName)This will get a filter by name.FilterFilterManager. getFilter(COSName filterName)This will get a filter by name.Methods in org.apache.pdfbox.filter that return types with arguments of type Filter Modifier and Type Method Description java.util.Collection<Filter>FilterManager. getFilters()This will get all of the filters that are available in the system.Methods in org.apache.pdfbox.filter with parameters of type Filter Modifier and Type Method Description voidFilterManager. addFilter(COSName filterName, Filter filter)This will add an available filter.
-