public interface Converter extends Component
| Modifier and Type | Method and Description |
|---|---|
void |
convert(Document document,
OutputStream outputStream)
Converts a given document and output results in provided output stream.
|
copySettings, extractSettingsvoid convert(Document document, OutputStream outputStream) throws IOException, ConverterException, DocumentException
document - Document to convert. Document type may or may no be supported
(support left to the convert final implementation).outputStream - Output stream where converted document is written.IOExceptionConverterExceptionDocumentExceptionCopyright © 2016. All Rights Reserved.