| FopRendererFactory |
Renderer using FOP to transform the result of the XSLT transformation into PDF using Apache FOP. This renderer requires a FOP distribution and a compatible Java Virtual Machine.
The following sections describe attributes, child elements, and parent elements.
Attribute | Description |
|---|---|
fopHome | FOP distribution root directory; fop.jar is expected in a build directory below this one, and the libraries in a lib directory |
javaHome | Root directory for Java; the java.exe file is expected in a bin directory below this one |
workingDir | Base directory to execute Java from. Relative resources in the XSL-FO file will be interpreted from this directory. |
timeOut | Maximum execution time for Java. |
commandLine | Argument part of the Java command line; {0} will be replaced by FOP home, {1} by the input file and {2} by the output file. |
None.
Element | Description |
|---|---|
configuration | Configuration root |