Modifier and Type | Field and Description |
---|---|
protected CisConfiguration |
configuration |
Modifier | Constructor and Description |
---|---|
protected |
PdfStandaardConvertor(CisConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
convert(org.springframework.http.MediaType mediaType,
Message message,
CisConversionResult result,
String charset) |
CisConversionResult |
convertToPdf(org.springframework.http.MediaType mediaType,
String filename,
Message message,
ConversionOption conversionOption,
String charset)
Should not be overloaded by the concrete classes.
|
protected String |
createTechnishefoutMsg(Exception e) |
protected void |
deleteFile(File file) |
protected int |
getNumberOfPages(File file) |
List<org.springframework.http.MediaType> |
getSupportedMediaTypes()
Returns the supported media types.
|
protected File |
getUniqueFile()
Create a unique file in the pdfOutputLocation with the given extension
|
protected boolean |
isPasswordException(Exception e) |
protected CisConfiguration configuration
protected PdfStandaardConvertor(CisConfiguration configuration)
public void convert(org.springframework.http.MediaType mediaType, Message message, CisConversionResult result, String charset) throws Exception
Exception
protected boolean isPasswordException(Exception e)
public List<org.springframework.http.MediaType> getSupportedMediaTypes()
Convertor
getSupportedMediaTypes
in interface Convertor
public final CisConversionResult convertToPdf(org.springframework.http.MediaType mediaType, String filename, Message message, ConversionOption conversionOption, String charset)
convertToPdf
in interface Convertor
protected int getNumberOfPages(File file) throws IOException
IOException
protected void deleteFile(File file) throws IOException
IOException
protected File getUniqueFile()
Copyright © 2023 Frank!Framework. All rights reserved.