Class XpsConverter
java.lang.Object
org.frankframework.extensions.aspose.converters.XpsConverter
- All Implemented Interfaces:
Converter
Converts the files which are required and supported by the Aspose pdf library.
- Author:
- Gerard van der Hoorn
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CisConfigurationprotected static final org.springframework.util.MimeType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConverts the given file to a PDF.voidconvertToPdf(CisConversionResult result, org.springframework.http.MediaType mediaType, Message message) Should not be overloaded by the concrete classes.Set<org.springframework.http.MediaType> Returns the supported media types.protected boolean
-
Field Details
-
PDF_MIMETYPE
protected static final org.springframework.util.MimeType PDF_MIMETYPE -
configuration
-
-
Constructor Details
-
XpsConverter
-
-
Method Details
-
convert
-
isPasswordException
-
getSupportedMediaTypes
Returns the supported media types.- Specified by:
getSupportedMediaTypesin interfaceConverter
-
convertToPdf
public void convertToPdf(CisConversionResult result, org.springframework.http.MediaType mediaType, Message message) throws Exception Should not be overloaded by the concrete classes.- Specified by:
convertToPdfin interfaceConverter- Throws:
Exception
-