Package org.apache.pdfbox.filter

This package will hold the PDFBox implementations of the filters that are used in PDF documents.

See:
          Description

Interface Summary
Filter This is the interface that will be used to apply filters to a byte stream.
 

Class Summary
ASCII85Filter This is the used for the ASCIIHexDecode filter.
ASCIIHexFilter This is the used for the ASCIIHexDecode filter.
CCITTFaxDecodeFilter This is a filter for the CCITTFax Decoder.
CryptFilter  
DCTFilter This is the used for the DCTDecode filter.
FilterManager This will contain manage all the different types of filters that are available.
FlateFilter This is the used for the FlateDecode filter.
IdentityFilter The IdentityFilter filter just passes the data through without any modifications.
JBIG2Filter Modeled on the JBIG2Decode filter.
JPXFilter This is used for the JPXDecode filter.
LZWFilter This is the used for the LZWDecode filter.
RunLengthDecodeFilter This is a filter for the RunLength Decoder.
 

Package org.apache.pdfbox.filter Description

This package will hold the PDFBox implementations of the filters that are used in PDF documents.



Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.