Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.13 KB

README.md

File metadata and controls

23 lines (12 loc) · 1.13 KB

XSL-FO Support for IntelliJ IDEA Build Status

This plugin provides run configuration that allows execution of XSL-FO transformations with Apache FOP (Formatting Objects Processor).

The plugin can be installed within IntelliJ IDEA or by downloading the plugin from the Jetbrains plugin repository

Building the plugin

Simply run the runIde task using the gradle wrapper:

./gradlew runIde

Using the plugin:

Download the FOP binary from here and extract it somewhere on your system. Then configure the plugin to point to the root of the extracted directory.

Settings > Languages & Frameworks > XSL-FO

XSL-FO Settings

The plugin allows for a new XSL-FO run configuration

XSL-FO Settings