When following the tutorial:

java -cp build\fop.jar;lib\xercesImpl-2.0.1.jar;lib\xml-apis.jar;lib\xalan-2.3.1.jar;lib\batik.jar

BEWARE: That can be different with your local setting. (took me 1 hour to figure it out that I used a different version ;-)

e.g.:
replace:
xercesImpl-2.0.1.jar

with:
xercesImpl-Version.which.you.use.jar


Oleg Tkachenko wrote:
MARTIN Franck wrote:

yes but arial is not implemented with fop!

Hey, FOP doesn't try to implement fonts :) There are predefined fonts: Helvetica, Times, Courier, Symbol and ZapfDingbats. Any other font have to be added to FOP, see http://xml.apache.org/fop/fonts how to do it.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to