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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanisAvailable(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:RenditionProviderTest if the Rendition is available on the given DocumentModel- Specified by:
 isAvailablein interfaceRenditionProvider- Overrides:
 isAvailablein classDefaultAutomationRenditionProvider
 
 -