Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.51 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.51 KB

ARender for Alfresco

ARender for Alfresco integrates Alfresco and the ARender rendition server as a content transformer.

Usage

ARender for Alfresco is available in Maven Central as an Alfresco Module Package

Gradle

The Alfresco Docker Gradle Plugins can be used to build an Alfresco docker image with ARender.

dependencies {
    alfrescoAmp 'eu.xenit.transformers:Arender4Alfresco:1.0.0'
}

Manual installation

You can find the AMP on Maven Central, and install it manually, as specified in the Alfresco documentation.

Configuration

For this module to work, the transformer must be pointed to an ARender server. This can be done by adding the content.transformer.arender2pdf.arenderRenditionServerAddress global property which points to the base URL of the ARender server.

This module preconfigures a set of supported content transformations. These defaults can be overridden in the alfresco-global.properties file, as documented in the Alfresco documentation for transformers.