| Package | Description |
|---|---|
| de.intarsys.pdf.filter |
The filter relevant parts of the PDF spec.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ASCII85Filter |
class |
ASCIIHexFilter |
class |
CCITTFaxFilter |
class |
CryptFilter |
class |
DCTFilter |
class |
Filter
The abstract superclass for the implementation of IFilter.
|
class |
FlateFilter |
class |
JBIG2Filter |
class |
JPXFilter |
class |
LZWFilter |
class |
RunLengthFilter |
class |
StreamBasedFilter |
| Modifier and Type | Method and Description |
|---|---|
IFilter |
StandardFilterFactory.createFilter(COSName filterName,
COSDictionary options)
Create an
IFilter that can deliver decoded bytes. |
IFilter |
IFilterFactory.createFilter(COSName filterName,
COSDictionary options)
Create an implementation for the filter implementing the algorithm
denoted by
filterName using the optional options in
options. |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.