<p>Hi,</p>
<p> </p>
<p>I have created a report that uses 3of9 barcodes based on the font </p>
<p> </p>
<p><a data-ipb='nomediaparse' href='
http://www.squaregear.net/fonts/free3of9.shtml'>http://www.squaregear.net/fonts/free3of9.shtml</a></p>
<p> </p>
<p>When I run the report on my local PC, everything works fine. If I run it on the Apache Tomcat on a remote Windows server as HTML and doc, all fine too. But when I render it as a PDF, it does not show the barcodes but replaces them by plain text instead. The font is properly installed on all machines.</p>
<p> </p>
<p>I have found some articles on the web that say I have to unpack the \org.eclipse.birt.runtime_4.5.0 and adjust the fontsConfig.xml but when I check that it already points to </p>
<p> </p>
<div>
<pre class="_prettyXprint">
On some systems, BIRT PDF layout engine may not recognize the system defined font folder. If you encounter
this issue, please add the font path to this section.
-->
<font-paths>
<path path="C:/windows/fonts" />
<path path="C:/Windows/Fonts/code39u.ttf" />
<path path="d:/windows/fonts" />
<path path="e:/windows/fonts" />
<path path="f:/windows/fonts" />
<path path="g:/windows/fonts" /></pre>
</div>
<p>Am I missing something here why it is not picking up the font from the C:/windows/fonts directory?</p>
<p>Is there also another way than to alter the XML? I am asking because I am not really sure how to recompile all that stuff again

</p>
<p> </p>
<p>Thanks!</p>
<p> </p>
<p>Bobse</p>