Uses of Class
org.apache.pdfbox.filter.DecodeOptions
Packages that use DecodeOptions
Package
Description
These are the low level objects that make up a PDF document.
This package will hold the PDFBox implementations of the filters that are used in PDF documents.
High level PD classes that are used throughout several packages are placed in the PDModel common package.
This package deals with images that are stored in a PDF document.
-
Uses of DecodeOptions in org.apache.pdfbox.cos
Methods in org.apache.pdfbox.cos with parameters of type DecodeOptionsModifier and TypeMethodDescription(package private) static COSInputStream
COSInputStream.create
(List<Filter> filters, COSDictionary parameters, InputStream in, ScratchFile scratchFile, DecodeOptions options) COSStream.createInputStream
(DecodeOptions options) -
Uses of DecodeOptions in org.apache.pdfbox.filter
Subclasses of DecodeOptions in org.apache.pdfbox.filterModifier and TypeClassDescriptionprivate static class
Helper class for reusable instances which may not be modified.Fields in org.apache.pdfbox.filter declared as DecodeOptionsModifier and TypeFieldDescriptionstatic final DecodeOptions
DecodeOptions.DEFAULT
Default decode options.Methods in org.apache.pdfbox.filter with parameters of type DecodeOptionsModifier and TypeMethodDescriptionDCTFilter.decode
(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options) Filter.decode
(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options) Decodes data, with optional DecodeOptions.JBIG2Filter.decode
(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options) JPXFilter.decode
(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options) Decodes data, with optional DecodeOptions.private BufferedImage
JPXFilter.readJPX
(InputStream input, DecodeOptions options, DecodeResult result) -
Uses of DecodeOptions in org.apache.pdfbox.pdmodel.common
Methods in org.apache.pdfbox.pdmodel.common with parameters of type DecodeOptions -
Uses of DecodeOptions in org.apache.pdfbox.pdmodel.graphics.image
Methods in org.apache.pdfbox.pdmodel.graphics.image with parameters of type DecodeOptionsModifier and TypeMethodDescriptionPDImage.createInputStream
(DecodeOptions options) Returns an InputStream, passing additional options to each filter.PDImageXObject.createInputStream
(DecodeOptions options) PDInlineImage.createInputStream
(DecodeOptions options)