X4 Produktdokumentation

Installing the Third-Party Libraries 1

To use the PDF to PDF/A Converter, you must install third-party libraries.

Prerequisites:

To install the third-party libraries, you need the following:

  • ZIP file containing the required WildFly modules. You can request this file in the download area of the SoftProject website (SoftProject | Software X4 BPMS) on the X4 Add-ons tab.

  • Valid BFO license. You can obtain this license from bfo.com.

How to install the third-party libraries

  1. Unzip the ZIP file containing the WildFly modules in the X4 Server installation directory as follows:

    • Unzip the private folder into the Server\wildfly\modules folder.

    • Unzip the folder de into the folder Server\wildfly\modules.

  2. Open the module.xml file in the Server\wildfly\modules\de\softproject\plugins\main folder.

  3. Add the following line:

    <module name="de.softproject.x4.adapter.pdfa-converter" export="true" optional="false"/>
    
  4. Save the module.xml file.

  5. Copy the license file bfopdf-license.jar to the folder Server\wildfly\modules\private\de\softproject\x4\adapter\pdfa-converter\main.

  6. Open the module.xml file in the Server\wildfly\modules\private\de\softproject\x4\adapter\pdfa-converter\main folder.

  7. Add the following line to the <resources> section:

    <resource-root path="bfopdf-license.jar"/>
    
  8. Save the module.xml file.

  9. Restart the X4 Server.

=> The third-party libraries for the PDF to PDF/A Converter are now installed.