[xep-support] Command line options
David Tolpin
dvd at renderx.com
Mon Oct 28 08:22:41 PST 2002
>
>
> Hi,
>
> Is there a possibility to load a different font configuration for
> example fonts_turkish.xml where Truetype's are embed via the commandline
> or any other way
Of course there is.
With XEP 2.* (which I suppose you use) it is
java -Dcom.renderx.FO2PDF.FONTLIST=/path/to/fonts_turkish.xml com.renderx.FO2PDF.Driver ...
With XEP 3.*
java -Dcom.renderx.xep.FONTLIST=/path/to/fonts_turkish.xml com.renderx.xep.Driver
or
java com.renderx.xep.Driver -DFONTLIST=/path/to/fonts_turkish.xml
-------------------
By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html
More information about the Xep-support
mailing list