>Also in the font instructions on the web site, it says to
>start fop with a -c command line option. However, we are
>doing this in a Servlet. How do we invoke fop with this
>option set from another Java class?
I asked the same question a couple days ago - there is an example in the
embedding
documentation on the xml.apache.org site (
http://xml.apache.org/fop/embedding.html):
userConfigFile = new File(userConfig);
options = new Options(userConfigFile);
HTH
Axel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]