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 booleanasposeLicenseInitializedprotected Map<String,Class<?>>asposeProductsprotected static intMAX_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 DimensiongetScaledDimension(Dimension image, Dimension boundary)com.aspose.words.ImageSaveOptionsgetWordThumbnailSaveOptions()protected voidinitLicenses()-
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
-
-