Uses of Interface
com.itextpdf.kernel.pdf.filters.IFilterHandler
Packages that use IFilterHandler
Package
Description
-
Uses of IFilterHandler in com.itextpdf.kernel.pdf
Classes in com.itextpdf.kernel.pdf that implement IFilterHandlerModifier and TypeClassDescriptionclass
Handles memory limits aware processing.Method parameters in com.itextpdf.kernel.pdf with type arguments of type IFilterHandlerModifier and TypeMethodDescriptionstatic byte[]
PdfReader.decodeBytes
(byte[] b, PdfDictionary streamDictionary, Map<PdfName, IFilterHandler> filterHandlers) Decode a byte[] applying the filters specified in the provided dictionary using the provided filter handlers. -
Uses of IFilterHandler in com.itextpdf.kernel.pdf.canvas.parser.util
Classes in com.itextpdf.kernel.pdf.canvas.parser.util that implement IFilterHandler -
Uses of IFilterHandler in com.itextpdf.kernel.pdf.filters
Classes in com.itextpdf.kernel.pdf.filters that implement IFilterHandlerModifier and TypeClassDescriptionclass
Handles ASCII85Decode filterclass
Handles ASCIIHexDecode filterclass
Handles CCITTFaxDecode filterclass
Handles a DCTDecode filter.class
A filter that doesn't modify the stream at allclass
Handles FlateDecode filter.class
Handles strict FlateDecode filter.class
Handles a JPXDecode filter.class
Handles LZWDECODE filterclass
Handles RunLengthDecode filter.Fields in com.itextpdf.kernel.pdf.filters with type parameters of type IFilterHandlerModifier and TypeFieldDescriptionprivate static final Map
<PdfName, IFilterHandler> FilterHandlers.defaults
The defaultIFilterHandler
s used by iTextMethods in com.itextpdf.kernel.pdf.filters that return types with arguments of type IFilterHandlerModifier and TypeMethodDescriptionstatic Map
<PdfName, IFilterHandler> FilterHandlers.getDefaultFilterHandlers()