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  

    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

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait