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:
- Create a folder called
fop
in the[OXYGEN_INSTALL_DIR]/lib
folder. - Download the compiled JAR from OFFO.
- Copy the
fop-hyph.jar
file into the[OXYGEN_INSTALL_DIR]/lib/fop
folder. - Restart Oxygen XML Developer plugin.
Adding Support for PDF Images
To add support for PDF images, follow these steps:
- Create a folder called
fop
in the[OXYGEN_INSTALL_DIR]/lib
folder. - Download the
fop-pdf-images
JAR libraries. - Copy the libraries into the
[OXYGEN_INSTALL_DIR]/lib/fop
folder. - Restart Oxygen XML Developer plugin.