xsl-list
[Top] [All Lists]

Re: Registering a Custom ttf within FOP is giving me Problems Help Please

2006-02-07 08:06:34
java -cp build\fop.jar; lib\avalon-framework-cvs-20020806.jar;
lib\xml-apis.jar; lib\xercesImpl-2.2.1.jar;
lib\xalan-2.4.1.jar org.apache.for.apps.TTFReader Fonts\Fspbr01.ttf
Fspbr01.xml

Your classpath contains spaces. You can either remove them or put the whole classpath between quotes. Java thinks that lib\avalon-framework-cvs-20020806.jar is a separate argument and assumes it is the name of a class that should be loaded. That is obviously not correct. :-)

Cheers,
Geert

PS: make sure you properly refer to ttf font and metric files or your PDF will look really funny (wrong symbols or wrong white spacing around characters)

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--