Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page is for administrators who want to enable PhixFlow to convert Excel files to PDFs when exporting from analysis models.

...

When creating analysis models, data modellers can configure a file exporter to export data from PhixFlow in several different formats, such as CVS CSV or Excel. For Excel files, there are options is also an option to convert the file to into a PDF formatdocument:

  • Convert To PDF
  • PDF Target Path

For more information about these optionsthis option, see File Exporter.

Configuration

PhixFlow uses LibreOffice libraries to convert an Excel file into a PDF.

To configure enable PDF conversion conversion in PhixFlow:

...

1. Install LibreOffice Version 6.4 on the PhixFlow server using tehe default settings.

...

LibreOffice is available from https://www.libreoffice.org/download/download

2. Edit the file $TOMCAT/conf/catalina.properties:

...

Find the line which starts common.loader= and add the path to the LibraOffice Program folder at the end of that line so that the line looks something like:

...

Code Block
languagetext
common

...

Monitoring

...

.loader="${catalina.base}/lib","${catalina.base}/lib/*.jar","${catalina.home}/lib","${catalina.home}/lib/*.jar","C:/Program Files/LibreOffice/program"