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
    This is the used for the ASCIIHexDecode filter.
    This is the used for the ASCIIHexDecode filter.
    This is a filter for the CCITTFax Decoder.
     
    This is the used for the DCTDecode filter.
    This is the interface that will be used to apply filters to a byte stream.
    This will contain manage all the different types of filters that are available.
    This is the used for the FlateDecode filter.
    The IdentityFilter filter just passes the data through without any modifications.
    Modeled on the JBIG2Decode filter.
    This is used for the JPXDecode filter.
    This is the filter used for the LZWDecode filter.
    Helper class to contain predictor decoding used by Flate and LZW filter.
    This is a filter for the RunLength Decoder.