Uses of Interface
com.itextpdf.kernel.pdf.filters.IFilterHandler
-
Packages that use IFilterHandler Package Description com.itextpdf.kernel.pdf com.itextpdf.kernel.pdf.canvas.parser.util com.itextpdf.kernel.pdf.filters -
-
Uses of IFilterHandler in com.itextpdf.kernel.pdf
Classes in com.itextpdf.kernel.pdf that implement IFilterHandler Modifier and Type Class Description classMemoryLimitsAwareFilterHandles memory limits aware processing.Method parameters in com.itextpdf.kernel.pdf with type arguments of type IFilterHandler Modifier and Type Method Description static byte[]PdfReader. decodeBytes(byte[] b, PdfDictionary streamDictionary, java.util.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 Modifier and Type Class Description private static classInlineImageParsingUtils.UnsupportedFilter -
Uses of IFilterHandler in com.itextpdf.kernel.pdf.filters
Classes in com.itextpdf.kernel.pdf.filters that implement IFilterHandler Modifier and Type Class Description classASCII85DecodeFilterHandles ASCII85Decode filterclassASCIIHexDecodeFilterHandles ASCIIHexDecode filterclassCCITTFaxDecodeFilterHandles CCITTFaxDecode filterclassDctDecodeFilterHandles a DCTDecode filter.classDoNothingFilterA filter that doesn't modify the stream at allclassFlateDecodeFilterHandles FlateDecode filter.classFlateDecodeStrictFilterHandles strict FlateDecode filter.classJpxDecodeFilterHandles a JPXDecode filter.classLZWDecodeFilterHandles LZWDECODE filterclassRunLengthDecodeFilterHandles RunLengthDecode filter.Fields in com.itextpdf.kernel.pdf.filters with type parameters of type IFilterHandler Modifier and Type Field Description private static java.util.Map<PdfName,IFilterHandler>FilterHandlers. defaultsThe defaultIFilterHandlers used by iTextMethods in com.itextpdf.kernel.pdf.filters that return types with arguments of type IFilterHandler Modifier and Type Method Description static java.util.Map<PdfName,IFilterHandler>FilterHandlers. getDefaultFilterHandlers()
-