see: http://xml.apache.org/fop/embedding.html
The api has changed.
On 2002.03.07 16:58 [EMAIL PROTECTED] 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