Class CisConversionServiceImpl

java.lang.Object
org.frankframework.extensions.aspose.services.conv.impl.CisConversionServiceImpl
All Implemented Interfaces:
CisConversionService

public class CisConversionServiceImpl extends Object implements CisConversionService
Author:
Gerard van der Hoorn
  • Constructor Details

    • CisConversionServiceImpl

      public CisConversionServiceImpl(CisConfiguration configuration)
  • Method Details

    • convertToPdf

      public CisConversionResult convertToPdf(Message message, String filename, ConversionOption conversionOption)
      Description copied from interface: CisConversionService
      This will try to convert the given inputStream to a pdf.

      The given document stream is not closed by this method.

      Specified by:
      convertToPdf in interface CisConversionService
      Parameters:
      message -
      filename - (without the path). Is used to detect mediatype and inform the user of the name of the file. Is allowed to be null.