Interface IPdfConverter

All Known Implementing Classes:
Image2PdfConverter, OfficeCalc2PdfConverter, OfficePresentation2PdfConverter, OfficeText2PdfConverter, Pdf2PdfConverter, Plaintext2PdfConverter, Svg2PdfConverter, Webp2PdfConverter

public interface IPdfConverter
Defines functionality to convert data into the PDF format.
Since:
8.3.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • 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)