Interface RenditionConverter

All Known Implementing Classes:
BaseContentConverter

public interface RenditionConverter
Author:
Yvo Swillens
  • Method Details

    • generatePDF

      ContentRendition generatePDF(InputStream is) throws Exception
      Throws:
      Exception
    • generateThumbnail

      ContentRendition generateThumbnail(InputStream is) throws Exception
      Throws:
      Exception
    • getPdfRenditionMimeType

      String getPdfRenditionMimeType()
    • getThumbnailRenditionMimeType

      String getThumbnailRenditionMimeType()
    • handlesContentType

      boolean handlesContentType(String contentType)
    • addSupportedContentType

      void addSupportedContentType(String contentType)
    • setSupportedContentTypes

      void setSupportedContentTypes(List<String> contentTypes)
    • isPDFRenditionSupported

      boolean isPDFRenditionSupported()
    • isThumbnailRenditionSupported

      boolean isThumbnailRenditionSupported()