Interface Converter

    • Method Detail

      • convert

        void convert​(Document document,
                     java.io.OutputStream outputStream)
              throws java.io.IOException,
                     ConverterException,
                     DocumentException
        Converts a given document and output results in provided output stream.
        Parameters:
        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.
        Throws:
        java.io.IOException
        ConverterException
        DocumentException