Uses of Interface
org.apache.pdfbox.filter.Filter
Packages that use Filter
Package
Description
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 FilterModifier and TypeClassDescriptionclassThis is the used for the ASCIIHexDecode filter.classThis is the used for the ASCIIHexDecode filter.classThis is a filter for the CCITTFax Decoder.classclassThis is the used for the DCTDecode filter.classThis is the used for the FlateDecode filter.classThe IdentityFilter filter just passes the data through without any modifications.classModeled on the JBIG2Decode filter.classThis is used for the JPXDecode filter.classThis is the filter used for the LZWDecode filter.classThis is a filter for the RunLength Decoder.Methods in org.apache.pdfbox.filter that return FilterModifier and TypeMethodDescriptionThis will get a filter by name.This will get a filter by name.Methods in org.apache.pdfbox.filter that return types with arguments of type FilterModifier and TypeMethodDescriptionFilterManager.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