Package org.apache.pdfbox.filter


package org.apache.pdfbox.filter
This package will hold the PDFBox implementations of the filters that are used in PDF documents.
  • Class
    Description
    Options that may be passed to a Filter to request special handling when decoding the stream.
    The result of a filter decode operation.
    A filter for stream data.
    Factory for Filter classes.
    Decompress data encoded using the wavelet-based JPEG 2000 standard, reproducing the original data.
    This is the filter used for the LZWDecode filter.
    Thrown when a required JAI ImageReader is missing.
    Helper class to contain predictor decoding used by Flate and LZW filter.