Configure Ambience/Repertoire 202x Server Instances with Aspose plugin

This entry details how to configure Ambience/Repertoire 202x Server Instances with Aspose plugin. The Aspose plugin is used to render docx templates to PDF output.

Add the following to etc/application.conf and configure the timeout and font paths as needed, e.g.

ambience.docx-engine {
default-timeout: 60 seconds
aspose {
enabled = true
words-license = “./etc/Aspose.Words.Java.lic”
resize-nested-tables = false
font-folders = [ ]
}
}

Note: Multiple font paths can be configured in the font-folders array, e.g. font-folders = [ “path1”, “path2”, “etc…” ]