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.
|
org.apache.pdfbox.pdmodel.common |
High level PD classes that are used throughout several packages are placed in the PDModel common package.
|
org.apache.pdfbox.pdmodel.graphics.image |
This package deals with images that are stored in a PDF document.
|
Modifier and Type | Method and Description |
---|---|
(package private) static COSInputStream |
COSInputStream.create(java.util.List<Filter> filters,
COSDictionary parameters,
java.io.InputStream in,
ScratchFile scratchFile,
DecodeOptions options) |
COSInputStream |
COSStream.createInputStream(DecodeOptions options) |
Modifier and Type | Class and Description |
---|---|
private static class |
DecodeOptions.FinalDecodeOptions
Helper class for reusable instances which may not be modified.
|
Modifier and Type | Field and Description |
---|---|
static DecodeOptions |
DecodeOptions.DEFAULT
Default decode options.
|
Modifier and Type | Method and Description |
---|---|
DecodeResult |
DCTFilter.decode(java.io.InputStream encoded,
java.io.OutputStream decoded,
COSDictionary parameters,
int index,
DecodeOptions options) |
DecodeResult |
JPXFilter.decode(java.io.InputStream encoded,
java.io.OutputStream decoded,
COSDictionary parameters,
int index,
DecodeOptions options)
Decodes data, with optional DecodeOptions.
|
DecodeResult |
JBIG2Filter.decode(java.io.InputStream encoded,
java.io.OutputStream decoded,
COSDictionary parameters,
int index,
DecodeOptions options) |
DecodeResult |
Filter.decode(java.io.InputStream encoded,
java.io.OutputStream decoded,
COSDictionary parameters,
int index,
DecodeOptions options)
Decodes data, with optional DecodeOptions.
|
private java.awt.image.BufferedImage |
JPXFilter.readJPX(java.io.InputStream input,
DecodeOptions options,
DecodeResult result) |
Modifier and Type | Method and Description |
---|---|
COSInputStream |
PDStream.createInputStream(DecodeOptions options) |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
PDInlineImage.createInputStream(DecodeOptions options) |
java.io.InputStream |
PDImage.createInputStream(DecodeOptions options)
Returns an InputStream, passing additional options to each filter.
|
java.io.InputStream |
PDImageXObject.createInputStream(DecodeOptions options) |