| Package | Description |
|---|---|
| com.documents4j.api |
| Modifier and Type | Method and Description |
|---|---|
IConversionJobWithSourceUnspecified |
IConverter.convert(File source)
Converts a source file that is stored on the local file system.
|
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(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. |
Copyright © 2013–2016. All rights reserved.