You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by TS...@uk.imshealth.com on 2002/03/07 16:58:22 UTC

FOP methods seem to be missing - Driver.render and Driver.format

I'm trying to use FOP on the end of a chain of XMLFilters (sounds like
cocoon? it's for creating a directory of about 500 pdf files...).
It looks like I have the right class - 

import org.apache.fop.apps.Driver;

and I've got it to work using the run() method, but the format and render
methods aren't found, according to my compiler.

I'm using FOP-0.2.3rc with jdk1.3.1
any ideas?
cheers,
Tom

Re: FOP methods seem to be missing - Driver.render and Driver.format

Posted by Keiron Liddle <ke...@aftexsw.com>.
see:
http://xml.apache.org/fop/embedding.html

The api has changed.

On 2002.03.07 16:58 TSchutzerWeissmann@uk.imshealth.com wrote:
> I'm trying to use FOP on the end of a chain of XMLFilters (sounds like
> cocoon? it's for creating a directory of about 500 pdf files...).
> It looks like I have the right class -
> 
> import org.apache.fop.apps.Driver;
> 
> and I've got it to work using the run() method, but the format and render
> methods aren't found, according to my compiler.
> 
> I'm using FOP-0.2.3rc with jdk1.3.1
> any ideas?
> cheers,
> Tom
> 

Acrobat: Touch up could not parse this page.

Posted by Stephen Brown <st...@hotmail.com>.
In the latest version of fop, 0.20.3, when I try to use Adobe Acrobat Reader
to touch up the pdf files, I get an error

"Touch up could not parse this page"

Is there anything I could be doing wrong to cause this?
Thanks,
Steve