Uses of Interface org.pdfbox.filter.Filter

Uses in package org.pdfbox.filter

Classes implementing org.pdfbox.filter.Filter

class
This is the used for the ASCIIHexDecode filter.
class
This is the used for the ASCIIHexDecode filter.
class
This is a filter for the CCITTFax Decoder.
class
This is the used for the DCTDecode filter.
class
This is the used for the FlateDecode filter.
class
This is the used for the LZWDecode filter.
class
This is a filter for the RunLength Decoder.

Methods with parameter type org.pdfbox.filter.Filter

void
FilterManager.addFilter(COSName filterName, Filter filter)
This will add an available filter.

Methods with return type org.pdfbox.filter.Filter

Filter
FilterManager.getFilter(String filterName)
This will get a filter by name.
Filter
This will get a filter by name.