Class CisConversionServiceImpl
java.lang.Object
org.frankframework.extensions.aspose.services.conv.impl.CisConversionServiceImpl
- All Implemented Interfaces:
CisConversionService
- Author:
- Gerard van der Hoorn
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToPdf
(Message message, String filename, ConversionOption conversionOption) This will try to convert the given inputStream to a pdf.
-
Constructor Details
-
CisConversionServiceImpl
-
-
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 interfaceCisConversionService
- 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.
-