Interface IPdfConverter

    • Method Detail

      • convert

        void convert​(InputStream is,
                     OutputStream os,
                     PdfConversionParams conversionParams)
        Parameters:
        is - the input stream providing the source data
        os - the output stream for the resulting PDF data
        conversionParams - parameters for the conversion
        Throws:
        PdfConversionException - if the source data couldn't be converted (no suitable converter or conversion errors)