- IConversionJob - Interface in com.documents4j.api
-
A fully specified conversion that is not yet applied to the converter.
- IConversionJobWithPriorityUnspecified - Interface in com.documents4j.api
-
A sufficiently specified conversion with default priority that is not yet applied to the converter.
- IConversionJobWithSourceSpecified - Interface in com.documents4j.api
-
A conversion with a specified source for the conversion.
- IConversionJobWithSourceUnspecified - Interface in com.documents4j.api
-
A conversion job where the document type of the source document is not yet specified.
- IConversionJobWithTargetUnspecified - Interface in com.documents4j.api
-
A conversion job where the document type of the target document is not yet specified.
- IConverter - Interface in com.documents4j.api
-
A converter that allows the conversion of documents.
- IFileConsumer - Interface in com.documents4j.api
-
Consumes a file after a terminated conversion.
- IFileSource - Interface in com.documents4j.api
-
A callback interface that provides files to be converted just-in-time.
- IInputStreamConsumer - Interface in com.documents4j.api
-
Consumes an input stream after a terminated conversion.
- IInputStreamSource - Interface in com.documents4j.api
-
A callback interface that provides input stream with conversion data just-in-time.
- isOperational() - Method in interface com.documents4j.api.IConverter
-
Checks if this converter is currently operational, i.e. it can convert documents and is not shut down.