Uses of Interface
com.itextpdf.text.pdf.FilterHandlers.FilterHandler
-
Packages that use FilterHandlers.FilterHandler Package Description com.itextpdf.text.pdf -
-
Uses of FilterHandlers.FilterHandler in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf that return types with arguments of type FilterHandlers.FilterHandler Modifier and Type Method Description static Map<PdfName,FilterHandlers.FilterHandler>
FilterHandlers. getDefaultFilterHandlers()
Method parameters in com.itextpdf.text.pdf with type arguments of type FilterHandlers.FilterHandler Modifier and Type Method Description static byte[]
PdfReader. decodeBytes(byte[] b, PdfDictionary streamDictionary, Map<PdfName,FilterHandlers.FilterHandler> filterHandlers)
Decode a byte[] applying the filters specified in the provided dictionary using the provided filter handlers.
-