Class MSPowerPointRenditionConverter

java.lang.Object
com.flowable.rendition.BaseContentConverter
com.flowable.platform.rendition.converter.PlatformRenditionConverter
com.flowable.platform.rendition.converter.MSPowerPointRenditionConverter
All Implemented Interfaces:
com.flowable.rendition.api.RenditionConverter

public class MSPowerPointRenditionConverter
extends PlatformRenditionConverter
Author:
Yvo Swillens
  • Field Details

    • contentTypes

      protected java.util.List<java.lang.String> contentTypes
  • Constructor Details

  • Method Details

    • isPDFRenditionSupported

      public boolean isPDFRenditionSupported()
      Specified by:
      isPDFRenditionSupported in interface com.flowable.rendition.api.RenditionConverter
      Specified by:
      isPDFRenditionSupported in class com.flowable.rendition.BaseContentConverter
    • isThumbnailRenditionSupported

      public boolean isThumbnailRenditionSupported()
      Specified by:
      isThumbnailRenditionSupported in interface com.flowable.rendition.api.RenditionConverter
      Specified by:
      isThumbnailRenditionSupported in class com.flowable.rendition.BaseContentConverter
    • createPDFRendition

      protected void createPDFRendition​(java.io.InputStream is, java.io.OutputStream renditionOutputStream) throws java.lang.Exception
      Specified by:
      createPDFRendition in class com.flowable.rendition.BaseContentConverter
      Throws:
      java.lang.Exception
    • createThumbnailRendition

      protected void createThumbnailRendition​(java.io.InputStream is, java.io.OutputStream renditionOutputStream) throws java.lang.Exception
      Specified by:
      createThumbnailRendition in class com.flowable.rendition.BaseContentConverter
      Throws:
      java.lang.Exception
    • getSupportedContentTypes

      protected java.util.List<java.lang.String> getSupportedContentTypes()
      Specified by:
      getSupportedContentTypes in class com.flowable.rendition.BaseContentConverter
    • addSupportedContentType

      public void addSupportedContentType​(java.lang.String contentType)
      Specified by:
      addSupportedContentType in interface com.flowable.rendition.api.RenditionConverter
      Specified by:
      addSupportedContentType in class com.flowable.rendition.BaseContentConverter
    • setSupportedContentTypes

      public void setSupportedContentTypes​(java.util.List<java.lang.String> supportedContentTypes)
      Specified by:
      setSupportedContentTypes in interface com.flowable.rendition.api.RenditionConverter
      Specified by:
      setSupportedContentTypes in class com.flowable.rendition.BaseContentConverter