Package org.apache.pdfbox.filter
Class FilterManager
java.lang.Object
org.apache.pdfbox.filter.FilterManager
This will contain manage all the different types of filters that are available.
- Version:
- $Revision: 1.13 $
- Author:
- Ben Litchfield
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
This will add an available filter.This will get a filter by name.This will get a filter by name.This will get all of the filters that are available in the system.
-
Constructor Details
-
FilterManager
public FilterManager()Constructor.
-
-
Method Details
-
getFilters
This will get all of the filters that are available in the system.- Returns:
- All available filters in the system.
-
addFilter
This will add an available filter.- Parameters:
filterName
- The name of the filter.filter
- The filter to use.
-
getFilter
This will get a filter by name.- Parameters:
filterName
- The name of the filter to retrieve.- Returns:
- The filter that matches the name.
- Throws:
IOException
- If the filter could not be found.
-
getFilter
This will get a filter by name.- Parameters:
filterName
- The name of the filter to retrieve.- Returns:
- The filter that matches the name.
- Throws:
IOException
- If the filter could not be found.
-