public class CisConversionServiceImpl extends Object implements CisConversionService
Constructor and Description |
---|
CisConversionServiceImpl(CisConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
CisConversionResult |
convertToPdf(Message message,
String filename,
ConversionOption conversionOption)
This will try to convert the given inputStream to a pdf.
|
public CisConversionServiceImpl(CisConfiguration configuration)
public CisConversionResult convertToPdf(Message message, String filename, ConversionOption conversionOption)
CisConversionService
The given document stream is not closed by this method.
convertToPdf
in interface CisConversionService
filename
- (without the path). Is used to detect mediatype and inform the
user of the name of the file. Is allowed to be null.Copyright © 2023 Frank!Framework. All rights reserved.