IConversionJobWithSourceUnspecified |
IConverter.convert(IFileSource source) |
Invokes a callback for the dynamic generation of a file source which is additionally informed
about the consumption of a source.
|
IConversionJobWithSourceUnspecified |
IConverter.convert(IInputStreamSource source) |
Invokes a callback for the dynamic generation of a input stream source which is additionally
informed about the consumption of this source.
|
IConversionJobWithSourceUnspecified |
IConverter.convert(File source) |
Converts a source file that is stored on the local file system.
|
IConversionJobWithSourceUnspecified |
IConverter.convert(InputStream source) |
Converts a source that is represented as a InputStream.
|
IConversionJobWithSourceUnspecified |
IConverter.convert(InputStream source,
boolean close) |
Converts a source that is represented as a InputStream.
|