See: Description
| Interface | Description |
|---|---|
| Filter |
Represents a step where a document is transformed.
|
| FilterChain |
A FilterChain is an object that is responsible to manage an invocation chain of filters.
|
| Class | Description |
|---|---|
| AbstractFilterChain |
Base class of a FilterChain.
|
| DefaultFilterChain |
Default implementation of FilterChain.
|
| NoopFilter |
This filter does nothing except calling the next filter in the chain.
|
| PageCounterFilter |
This filter is used to count the number of pages of a document.
|
| PagesSelectorFilter |
This filter is used to select specific pages from a document in order to convert only the
selected pages.
|
| RefreshFilter |
This filter is used to refresh a document.
|
| UnmodifiableFilterChain |
Unmodifiable implementation of FilterChain.
|
FilterChain on a loaded document. Each filter in the chain may
modify the document being converted. It also provides various Filter implementations that can be used while converting a
document regardless the document family.Copyright © 2016 - present; JODConverter.org. All rights reserved.