Class PlatformRenditionConverter
- java.lang.Object
-
- com.flowable.rendition.BaseContentConverter
-
- com.flowable.platform.rendition.converter.PlatformRenditionConverter
-
- All Implemented Interfaces:
RenditionConverter
- Direct Known Subclasses:
EmailRenditionConverter
,ImageContentConverter
,MSExcelRenditionConverter
,MSPowerPointRenditionConverter
,MSWordRenditionConverter
,PDFRenditionConverter
,TextRenditionConverter
public abstract class PlatformRenditionConverter extends BaseContentConverter
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
asposeLicenseInitialized
protected Map<String,Class<?>>
asposeProducts
protected static int
MAX_WIDTH_HEIGHT
-
Fields inherited from class com.flowable.rendition.BaseContentConverter
PDF_RENDITION_MIME_TYPE, PDF_RENDITION_PREFIX, PDF_RENDITION_SUFFIX, THUMBNAIL_RENDITION_MIME_TYPE, THUMBNAIL_RENDITION_PREFIX, THUMBNAIL_RENDITION_SUFFIX
-
-
Constructor Summary
Constructors Constructor Description PlatformRenditionConverter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Dimension
getScaledDimension(Dimension image, Dimension boundary)
com.aspose.words.ImageSaveOptions
getWordThumbnailSaveOptions()
protected void
initLicenses()
-
Methods inherited from class com.flowable.rendition.BaseContentConverter
addSupportedContentType, createPDFRendition, createThumbnailRendition, generatePDF, generateThumbnail, getPdfRenditionMimeType, getSupportedContentTypes, getThumbnailRenditionMimeType, handlesContentType, isPDFRenditionSupported, isThumbnailRenditionSupported, setSupportedContentTypes
-
-
-
-
Field Detail
-
MAX_WIDTH_HEIGHT
protected static final int MAX_WIDTH_HEIGHT
- See Also:
- Constant Field Values
-
asposeLicenseInitialized
protected boolean asposeLicenseInitialized
-
-