Package | Description |
---|---|
com.itextpdf.kernel.pdf | |
com.itextpdf.kernel.pdf.filters |
Modifier and Type | Class and Description |
---|---|
class |
MemoryLimitsAwareFilter
Handles memory limits aware processing.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Modifier and Type | Class and Description |
---|---|
class |
ASCII85DecodeFilter
Handles ASCII85Decode filter
|
class |
ASCIIHexDecodeFilter
Handles ASCIIHexDecode filter
|
class |
CCITTFaxDecodeFilter
Handles CCITTFaxDecode filter
|
class |
DoNothingFilter
A filter that doesn't modify the stream at all
|
class |
FlateDecodeFilter
Handles FlateDecode filter.
|
class |
FlateDecodeStrictFilter
Handles strict FlateDecode filter.
|
class |
LZWDecodeFilter
Handles LZWDECODE filter
|
class |
RunLengthDecodeFilter
Handles RunLengthDecode filter.
|
Modifier and Type | Method and Description |
---|---|
static Map<PdfName,IFilterHandler> |
FilterHandlers.getDefaultFilterHandlers() |
Copyright © 1998–2020 iText Group NV. All rights reserved.