Package | Description |
---|---|
org.apache.pdfbox.cos |
These are the low level objects that make up a PDF document.
|
org.apache.pdfbox.filter |
This package will hold the PDFBox implementations of the filters that are used in PDF documents.
|
Modifier and Type | Method | Description |
---|---|---|
DecodeResult |
COSInputStream.getDecodeResult() |
Returns the result of the last filter, for use by repair mechanisms.
|
Modifier and Type | Field | Description |
---|---|---|
static DecodeResult |
DecodeResult.DEFAULT |
Default decode result.
|
Modifier and Type | Method | Description |
---|---|---|
abstract DecodeResult |
Filter.decode(java.io.InputStream encoded,
java.io.OutputStream decoded,
COSDictionary parameters,
int index) |
Decodes data, producing the original non-encoded data.
|
DecodeResult |
Filter.decode(java.io.InputStream encoded,
java.io.OutputStream decoded,
COSDictionary parameters,
int index,
DecodeOptions options) |
Decodes data, with optional DecodeOptions.
|
DecodeResult |
JPXFilter.decode(java.io.InputStream encoded,
java.io.OutputStream decoded,
COSDictionary parameters,
int index) |
|
DecodeResult |
JPXFilter.decode(java.io.InputStream encoded,
java.io.OutputStream decoded,
COSDictionary parameters,
int index,
DecodeOptions options) |
|
DecodeResult |
LZWFilter.decode(java.io.InputStream encoded,
java.io.OutputStream decoded,
COSDictionary parameters,
int index) |
Decodes data, producing the original non-encoded data.
|
Copyright © 2002–2018. All rights reserved.