Uses of Interface
com.pd4ml.pdf.cos.filter.Filter
-
Packages that use Filter Package Description com.pd4ml.pdf.cos.filter -
-
Uses of Filter in com.pd4ml.pdf.cos.filter
Classes in com.pd4ml.pdf.cos.filter that implement Filter Modifier and Type Class Description classASCII85DecodeFilter/ASCII85Decode: base-85 text encoding, terminated by~>.classASCIIHexDecodeFilter/ASCIIHexDecode: pairs of hex digits, terminated by>.classFlateDecodeFilter/FlateDecode: standard zlib/deflate compression (RFC 1950), by far the most common PDF stream filter.Methods in com.pd4ml.pdf.cos.filter that return Filter Modifier and Type Method Description static FilterFilterFactory. get(COSName filterName)
-