You are viewing the documentation for Blueriq 14. Documentation for other versions is available in our documentation directory.

Note

This page describes how to customize document rendering for the integrated (deprecated) Document Renderer. Starting from Blueriq 14.9, we provide the Document Renderer Service for document rendering instead. Refer to the Document Renderer Service for information about customization when using the service.


Blueriq delivers default templates for rendering Blueriq Documents. If you want to customize these templates to fit the look-and-feel of your company, please follow the next steps to configure the Blueriq Runtime.

  1. Copy the folder "documents" from the release zip (Runtime\Java\Webapp) to the spring.config.additional-location
  2. Restart the Blueriq Runtime

You are now able to customize the files within the Documents folder.

To customize the rendering files you need to have knowledge about XSL and XSL:FO.


Configure fonts

To configure the fonts which are used, please follow the next steps.

  1. Open documents\ibex\ibex-config.xml
  2. Change the location of the fonts accordingly or add new fonts by adding an extra <font> record
  3. Open documents\custom\presentationstyles_settings.xsl and change the font properties to suit your needs
  4. Restart the Blueriq Runtime