Re: FOP Extensions

2002-01-13 Thread Keiron Liddle
On 2002.01.11 19:52 Matt Savino wrote: > I'm still planning to write my Table-header with "Continued" extension > sometime in the mythical future when I get my head above water. Does > this fall into #1 or #3? Is it really realisitic that I'll be able to > get this done in a few days? I'm pretty g

Any real-life business use ?

2002-01-13 Thread Patrick Andries
Hello everyone, I have busy evaluated the FO technology and I would like to hear from people that are using it for real-life business needs. What kind of documents are they using it with ? What volume ? Embedding it in servlets ? How do they cope with the "speed" ? How do they justify using F

Documentation on SAX parsing and modularisation

2002-01-13 Thread Peter B. West
Dear list, I have added some documentation on the approach I have taken to the related topics of SAX parsing of the input source and modularisation of the FOP processing. I also generated javadocs for the experimental

Re: font in fop

2002-01-13 Thread cn
Try this before you declare the Driver. It should work userConfigFile = new File(userConfig); options = new Options(userConfigFile); Claus Nielsen