public class MSPowerPointRenditionConverter extends PlatformRenditionConverter
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
contentTypes |
asposeLicenseInitialized, asposeProducts, MAX_WIDTH_HEIGHTPDF_RENDITION_MIME_TYPE, PDF_RENDITION_PREFIX, PDF_RENDITION_SUFFIX, THUMBNAIL_RENDITION_MIME_TYPE, THUMBNAIL_RENDITION_PREFIX, THUMBNAIL_RENDITION_SUFFIX| Constructor and Description |
|---|
MSPowerPointRenditionConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSupportedContentType(String contentType) |
protected void |
createPDFRendition(InputStream is,
OutputStream renditionOutputStream) |
protected void |
createThumbnailRendition(InputStream is,
OutputStream renditionOutputStream) |
protected List<String> |
getSupportedContentTypes() |
boolean |
isPDFRenditionSupported() |
boolean |
isThumbnailRenditionSupported() |
void |
setSupportedContentTypes(List<String> supportedContentTypes) |
getScaledDimension, getWordThumbnailSaveOptions, initLicensesgeneratePDF, generateThumbnail, getPdfRenditionMimeType, getThumbnailRenditionMimeType, handlesContentTypepublic boolean isPDFRenditionSupported()
isPDFRenditionSupported in interface RenditionConverterisPDFRenditionSupported in class BaseContentConverterpublic boolean isThumbnailRenditionSupported()
isThumbnailRenditionSupported in interface RenditionConverterisThumbnailRenditionSupported in class BaseContentConverterprotected void createPDFRendition(InputStream is, OutputStream renditionOutputStream) throws Exception
createPDFRendition in class BaseContentConverterExceptionprotected void createThumbnailRendition(InputStream is, OutputStream renditionOutputStream) throws Exception
createThumbnailRendition in class BaseContentConverterExceptionprotected List<String> getSupportedContentTypes()
getSupportedContentTypes in class BaseContentConverterpublic void addSupportedContentType(String contentType)
addSupportedContentType in interface RenditionConverteraddSupportedContentType in class BaseContentConverterpublic void setSupportedContentTypes(List<String> supportedContentTypes)
setSupportedContentTypes in interface RenditionConvertersetSupportedContentTypes in class BaseContentConverter