Christoph Strehl wrote:
I am using FOP do print the content of my Java application.
...
public class FOPStarter extends Thread
{
...
    public void run()
    {
        org.apache.fop.apps.Fop.main(args);

You should never call Fop.main directly. Use the AWT or print renderer directly, the same way the examples mentioned at http://xml.apache.org/fop/embedding.html#examples do it. The actual code is here http://cvs.apache.org/viewcvs.cgi/xml-fop/examples/embedding/java/embedding/

There may still be issues, if you can track them down and
post a more detailed analysis to the list, we'll be grateful.

J.Pietschmann


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



Reply via email to