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 information about these options, see File Exporter.

...

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 the default settings.

...

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

...

  • system's CLASSPATH environment variable
  • common class loader in catalina.properties, which is a standard part of the Tomcat server configuration.

Monitoring

PhixFlow reports on the PDF convertion process in the system console PDF Chore tab.2. Edit the file $TOMCAT/conf/catalina.properties:

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

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