From: William Victor Mote
{fop-dir}/conf/config.xml
or use it as the basis for your configuration file. It has an entirely different purpose.The general structure of the configuration file is a series of <entry> tags, each containing a <key> and a <value. (Fonts use a different format). Here is an example:
+After creating your configuration file, you must tell FOP how to find it:
See Setting the Configuration Programmatically for instructions on how to do so in an embedded environment.
+ +Option (key) | +Data Type (for the value) | +Default Value | +
---|---|---|
strokeSVGText | +Boolean | +True | +
In some cases, some text in SVG documents is converted to graphical shapes instead of retaining its character as text. To force all text to be rendered as text, set strokeSVGText = false. For a discussion of this issue, see FOP: Graphics, Placing SVG Text into PDF.
+