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
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected static final int
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
-
Method Summary
Modifier and TypeMethodDescriptionstatic Dimension
getScaledDimension
(Dimension image, Dimension boundary) com.aspose.words.ImageSaveOptions
protected void
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:
-
asposeLicenseInitialized
protected boolean asposeLicenseInitialized -
asposeProducts
-
-
Constructor Details
-
PlatformRenditionConverter
public PlatformRenditionConverter()
-
-
Method Details
-
getScaledDimension
-
getWordThumbnailSaveOptions
public com.aspose.words.ImageSaveOptions getWordThumbnailSaveOptions() -
initLicenses
protected void initLicenses()
-