using command line : SAXException: Mismatch: page-sequence vs. root

2011-07-20 Thread Aya Sah
Hello, I know that this error : SAXException: Mismatch: page-sequence vs. root have already been solved in java http://xmlgraphics.apache.org/fop/faq.html#saxexception-mismatch here . But I'm using a command line, is it possible to find the original exception using a parameter or a

No default font defined by OutputConverter

2011-07-20 Thread Lance Goforth
I've seen this message on the groups and online discussed - but never any answers. I have an embedded system, that generates fo and pdf output from xsl. It opens the output first in the AWT renderer window. I'd say 90-95% of the time that is fine. But recently (and increasingly) it has

Re: using command line : SAXException: Mismatch: page-sequence vs. root

2011-07-20 Thread Andreas L. Delmelle
On 20 Jul 2011, at 10:04, Aya Sah wrote: Hi I know that this error : SAXException: Mismatch: page-sequence vs. root have already been solved in java http://xmlgraphics.apache.org/fop/faq.html#saxexception-mismatch here . But I'm using a command line, is it possible to find the original

Re: No default font defined by OutputConverter

2011-07-20 Thread Andreas L. Delmelle
On 20 Jul 2011, at 19:02, Lance Goforth wrote: Hi Lance I've seen this message on the groups and online discussed - but never any answers. Indeed, and from the looks of it, it is already occurring since 2002 (references to FOP 0.1x?)... There are no answers, probably because no one ever

Re: No default font defined by OutputConverter

2011-07-20 Thread Lance Goforth
On Jul 20, 2011, at 1:45 PM, Andreas L. Delmelle wrote: On 20 Jul 2011, at 19:02, Lance Goforth wrote: Hi Lance I've seen this message on the groups and online discussed - but never any answers. Indeed, and from the looks of it, it is already occurring since 2002 (references to

What am I missing (loading custom font to embed)?

2011-07-20 Thread Eric Douglas
This was working before but I changed something in my project, I'm not sure what, now it crashes on the last line of this bit. public static final FopFactory myFopFactory = FopFactory.newInstance(); TTFFontLoader myTTFLoader; CustomFont myCustomFont; FOUserAgent myUserAgent;