Class PdfAutomationRenditionProvider
java.lang.Object
org.nuxeo.ecm.platform.rendition.extension.DefaultAutomationRenditionProvider
org.nuxeo.ecm.platform.rendition.extension.PdfAutomationRenditionProvider
- All Implemented Interfaces:
RenditionProvider
Rendition provider for Pdf conversion which checks that we have a suitable converter given a source mime-type.
- Since:
- 2021.10
-
Field Summary
Fields inherited from class org.nuxeo.ecm.platform.rendition.extension.DefaultAutomationRenditionProvider
VARIANT_POLICY_USER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isAvailable
(DocumentModel doc, RenditionDefinition def) Test if the Rendition is available on the given DocumentModelMethods inherited from class org.nuxeo.ecm.platform.rendition.extension.DefaultAutomationRenditionProvider
getVariant, render
-
Constructor Details
-
PdfAutomationRenditionProvider
public PdfAutomationRenditionProvider()
-
-
Method Details
-
isAvailable
Description copied from interface:RenditionProvider
Test if the Rendition is available on the given DocumentModel- Specified by:
isAvailable
in interfaceRenditionProvider
- Overrides:
isAvailable
in classDefaultAutomationRenditionProvider
-