Hello,
I am using Apache FOP for rendering PDF in a Java environment. Currently I
am running my Enterprise Archive in a windows pc and its working fine.
What I am having as the error is, the unicode.ttf file and the unicode.xml
file are being hard-coded in windows.
an extraction of my FO-config file is as follows.
<base>.</base>
<strict-configuration>true</strict-configuration>
<strict-validation>true</strict-validation>
<font-base>./</font-base>
<source-resolution>72</source-resolution>
<target-resolution>72</target-resolution>
<default-page-settings height="11in" width="8.26in"/>
<renderers>
<renderer mime="application/pdf">
<filterList>
<value>flate</value>
</filterList>
<fonts>
<font-triplet name="arialunicode"
style="normal" weight="normal" />
</fonts>
What my concern is that, I need to migrate this to linux environment and in
that how could i set up the base, metrics path and the embed url?
Any help will be really appreciated!
--
View this message in context:
http://old.nabble.com/FOP-Font-Configuration-in-Linux-tp29932761p29932761.html
Sent from the FOP - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]