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 Details

    • MAX_WIDTH_HEIGHT

      protected static final int MAX_WIDTH_HEIGHT
      See Also:
    • asposeLicenseInitialized

      protected boolean asposeLicenseInitialized
    • asposeProducts

      protected final Map<String,Class<?>> asposeProducts
  • Constructor Details

    • PlatformRenditionConverter

      public PlatformRenditionConverter()
  • Method Details

    • getScaledDimension

      public static Dimension getScaledDimension(Dimension image, Dimension boundary)
    • getWordThumbnailSaveOptions

      public com.aspose.words.ImageSaveOptions getWordThumbnailSaveOptions()
    • initLicenses

      protected void initLicenses()