Class PlatformRenditionConverter
java.lang.Object
com.flowable.rendition.BaseContentConverter
com.flowable.platform.rendition.converter.PlatformRenditionConverter
- All Implemented Interfaces:
com.flowable.rendition.api.RenditionConverter
- Direct Known Subclasses:
EmailRenditionConverter
,ImageContentConverter
,MSExcelRenditionConverter
,MSPowerPointRenditionConverter
,MSWordRenditionConverter
,PDFRenditionConverter
,TextRenditionConverter
public abstract class PlatformRenditionConverter
extends com.flowable.rendition.BaseContentConverter
-
Field Summary
Fields Modifier and Type Field Description protected boolean
asposeLicenseInitialized
protected java.util.Map<java.lang.String,java.lang.Class<?>>
asposeProducts
protected static int
MAX_WIDTH_HEIGHT
-
Constructor Summary
Constructors Constructor Description PlatformRenditionConverter()
-
Method Summary
Modifier and Type Method Description static java.awt.Dimension
getScaledDimension(java.awt.Dimension image, java.awt.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 Details
-
MAX_WIDTH_HEIGHT
protected static final int MAX_WIDTH_HEIGHT- See Also:
- Constant Field Values
-
asposeLicenseInitialized
protected boolean asposeLicenseInitialized -
asposeProducts
protected final java.util.Map<java.lang.String,java.lang.Class<?>> asposeProducts
-
-
Constructor Details
-
PlatformRenditionConverter
public PlatformRenditionConverter()
-
-
Method Details
-
getScaledDimension
public static java.awt.Dimension getScaledDimension(java.awt.Dimension image, java.awt.Dimension boundary) -
getWordThumbnailSaveOptions
public com.aspose.words.ImageSaveOptions getWordThumbnailSaveOptions() -
initLicenses
protected void initLicenses()
-