|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IConverter
Converter API to convert source stream (docx, odt...) to another format (PDF, FO...)
| Method Summary | |
|---|---|
boolean |
canSupportEntries()
Returns true if converter can support input stream entry provider and false otherwise. |
void |
convert(IEntryInputStreamProvider inProvider,
OutputStream out,
Options options)
Convert the given entry input stream provider document to another format. |
void |
convert(InputStream in,
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...). |
| Method Detail |
|---|
void convert(IEntryInputStreamProvider inProvider,
OutputStream out,
Options options)
throws XDocConverterException
inProvider - out - options -
XDocConverterException
void convert(InputStream in,
OutputStream out,
Options options)
throws XDocConverterException
inProvider - out - options -
XDocConverterExceptionMimeMapping getMimeMapping()
boolean canSupportEntries()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||