Uses of Class
org.apache.pdfbox.filter.DecodeOptions
-
Packages that use DecodeOptions 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. -
-
Uses of DecodeOptions in org.apache.pdfbox.cos
Methods in org.apache.pdfbox.cos with parameters of type DecodeOptions Modifier and Type Method Description (package private) static COSInputStreamCOSInputStream. create(java.util.List<Filter> filters, COSDictionary parameters, java.io.InputStream in, DecodeOptions options)Creates a new COSInputStream from an encoded input stream.COSInputStreamCOSStream. createInputStream(DecodeOptions options) -
Uses of DecodeOptions in org.apache.pdfbox.filter
Subclasses of DecodeOptions in org.apache.pdfbox.filter Modifier and Type Class Description private static classDecodeOptions.FinalDecodeOptionsHelper class for reusable instances which may not be modified.Fields in org.apache.pdfbox.filter declared as DecodeOptions Modifier and Type Field Description static DecodeOptionsDecodeOptions. DEFAULTDefault decode options.Methods in org.apache.pdfbox.filter with parameters of type DecodeOptions Modifier and Type Method Description DecodeResultDCTFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options)DecodeResultFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options)Decodes data, with optional DecodeOptions.static RandomAccessReadFilter. decode(java.io.InputStream encoded, java.util.List<Filter> filterList, COSDictionary parameters, DecodeOptions options, java.util.List<DecodeResult> results)Decodes data, with optional DecodeOptions.DecodeResultJBIG2Filter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options)DecodeResultJPXFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options)Decodes data, with optional DecodeOptions.private java.awt.image.BufferedImageJPXFilter. readJPX(java.io.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 Modifier and Type Method Description COSInputStreamPDStream. createInputStream(DecodeOptions options) -
Uses of DecodeOptions in org.apache.pdfbox.pdmodel.graphics.image
Methods in org.apache.pdfbox.pdmodel.graphics.image with parameters of type DecodeOptions Modifier and Type Method Description java.io.InputStreamPDImage. createInputStream(DecodeOptions options)Returns an InputStream, passing additional options to each filter.java.io.InputStreamPDImageXObject. createInputStream(DecodeOptions options)java.io.InputStreamPDInlineImage. createInputStream(DecodeOptions options)
-