public class PdfFilter extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ASCII85 |
static int |
ASCIIHEX |
static int |
FLATE |
static int |
RUNLENGTH |
Constructor and Description |
---|
PdfFilter() |
Modifier and Type | Method and Description |
---|---|
static boolean |
allFiltersSupported(PdfStream s) |
static void |
decompress(PdfStream s) |
static ArrayList |
encode(PdfStream stream,
ArrayList filters,
boolean addDefaultFilter,
int compressionLevel) |
public static final int FLATE
public static final int RUNLENGTH
public static final int ASCIIHEX
public static final int ASCII85
public static void decompress(PdfStream s) throws IOException, PdfException
IOException
PdfException
public static boolean allFiltersSupported(PdfStream s)
public static ArrayList encode(PdfStream stream, ArrayList filters, boolean addDefaultFilter, int compressionLevel) throws PdfException
PdfException
To contact our support team, send an e-mail to support@gnostice.com.