public interface IConverter
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSupportEntries()
Returns true if converter can support input stream entry provider and false otherwise.
|
void |
convert(IEntryInputStreamProvider inProvider,
java.io.OutputStream out,
Options options)
Convert the given entry input stream provider document to another format.
|
void |
convert(java.io.InputStream in,
java.io.OutputStream out,
Options options)
Convert the given entry input stream document zipped (odt, docx...) to another format.
|
MimeMapping |
getMimeMapping()
Returns mime mapping switch the kind of the converter (pdf, fo...).
|
boolean |
isDefault()
Returns true if the converter is the default converter to use when there is several converters with same from/to
and false otherwise.
|
void convert(IEntryInputStreamProvider inProvider, java.io.OutputStream out, Options options) throws XDocConverterException
inProvider - out - options - XDocConverterExceptionvoid convert(java.io.InputStream in,
java.io.OutputStream out,
Options options)
throws XDocConverterException
inProvider - out - options - XDocConverterExceptionMimeMapping getMimeMapping()
boolean canSupportEntries()
boolean isDefault()
Copyright © 2019. All Rights Reserved.