FOP Font installation

by Wolfram Saringer  (2011-06-30)
last change: 2011-06-30


Put Font files (TTF or OTF) in same directory as the XSL file, create a file called fop-config.xml with this content:

<fop version="1.0">
<renderers>
<renderer mime="application/pdf">
<fonts>
<auto-detect/>
</fonts>
</renderer>
</renderers>
</fop>

Alternatively put font files under <JAVA_HOME>/jre/lib/fonts/


all articles represent the sole opinion of their respective author. all content comes without any warranty for correctnes, despite due diligence.