Adding Libraries to the Built-in FO Processor (XML with XSLT and FO)

Adding Hyphenation Support for XML with XSLT Transformation Scenarios

You can extend the functionality of the built-in FO processor by dropping additional libraries in the [OXYGEN_INSTALL_DIR]/lib/fop directory.

To add support for hyphenation, follow these steps:

  1. Create a folder called fop in the [OXYGEN_INSTALL_DIR]/lib folder.
  2. Download the compiled JAR from OFFO.
  3. Copy the fop-hyph.jar file into the [OXYGEN_INSTALL_DIR]/lib/fop folder.
  4. Restart Oxygen XML Developer plugin.

Adding Support for PDF Images

To add support for PDF images, follow these steps:

  1. Create a folder called fop in the [OXYGEN_INSTALL_DIR]/lib folder.
  2. Download the fop-pdf-images JAR libraries.
  3. Copy the libraries into the [OXYGEN_INSTALL_DIR]/lib/fop folder.
  4. Restart Oxygen XML Developer plugin.

Was this helpful?