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 Summary
Modifier and TypeMethodDescriptionvoidconvert(InputStream is, OutputStream os, PdfConversionParams conversionParams)
-
Method Details
-
convert
- Parameters:
is- the input stream providing the source dataos- the output stream for the resulting PDF dataconversionParams- parameters for the conversion- Throws:
PdfConversionException- if the source data couldn't be converted (no suitable converter or conversion errors)
-