public interface CisConversionService
Modifier and Type | Method and Description |
---|---|
CisConversionResult |
convertToPdf(Message input,
String filename,
ConversionOption conversionOption)
This will try to convert the given inputStream to a pdf.
|
CisConversionResult convertToPdf(Message input, String filename, ConversionOption conversionOption) throws IOException
The given document stream is not closed by this method.
input
- filename
- (without the path). Is used to detect mediatype and inform the
user of the name of the file. Is allowed to be null.IOException
CisConversionException
- when a failure occurs.Copyright © 2023 Frank!Framework. All rights reserved.