Re: Footnotes on the following page

2004-02-03 Thread Chris Bowditch
Readman, Devon wrote: My footnotes always appear on the following page where the footnote reference is inserted in the pdf document. Has anyone seen this before? Can you provide a little more information please. What version of FOP are you using? And a small snippet of your FO would be helpful

RE: Footnotes on the following page

2004-02-03 Thread Readman, Devon
Here is the block of the stylesheet that is used to generate footnotes...it first tests if the current element has an attribute (id) and if a child elements exist (name note...note is the element to be placed in the footnote): fo:block keep-together=always

Re: Footnotes on the following page

2004-02-03 Thread Chris Bowditch
Readman, Devon wrote: Here is the block of the stylesheet that is used to generate footnotes...it first tests if the current element has an attribute (id) and if a child elements exist (name note...note is the element to be placed in the footnote): Looks like youve defined your footnote within a

PageSequence.java endless loop problem

2004-02-03 Thread Mark Ivs
Hello, I encountered an endless loop problem in the format method in PageSequence.java. There is a do-while statement in that method which always sets the status to 3 in my case, so the while loop never terminates. I looked at the FOP bug report, and I couldn't find any bug reported about this

svg pattern problem

2004-02-03 Thread Hind . Lwahhabi
Hello there, Before searching why mys svg patterns did not work on my pdf output , I went to the following url http://xml.apache.org/fop/dev/svg.html, and i downloaded the svg dealing with patterns: paints.svg.To my surprise the pdf version was not correct as i saw only black boxes instead of

fo to pdf conversion error

2004-02-03 Thread Saigeetha Govindarajan
Hi, I am getting the following error when I try to convert the fo (generated using xhtml +xsl) to pdf. Please help! Thanks, [ERROR] null org.apache.fop.apps.FOPException at org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:11 1) at

RE: fo to pdf conversion error

2004-02-03 Thread Robert . Walker
did u try to use colspan as a table attribute or go over the num table cols declared, that seems to be what the message is stating, can u send the url of the xhtml - fo you are using I am looking for one also -Original Message- From: Saigeetha Govindarajan [mailto:[EMAIL PROTECTED]

RE: fo to pdf conversion error

2004-02-03 Thread Robert . Walker
i am not usre about this lib for converting xhtml to fo, but the one on the web I found is at http://www.xml.com/pub/a/2001/01/24/xsl-fo/index.html?page=1 and it states it does not handle colspan i ended up using apache for .20.5 i use xsl to convert xml into xsl-fo, which can then be run

RE: fo to pdf conversion error

2004-02-03 Thread John Austin
How are you doing the FOP step ? Are you aware that the Command line for Fop can format the XSL-FO file ? It can also execute the XSLT transformation producing a SAX event stream that will be processed by Fop. It depends on whether you run: java org.apache.fop.apps.Fop -fo file.fo or java

PDF Forms

2004-02-03 Thread Chris Pratt
I'm using FOP 0.20.5 and I've coded myself into a corner. We generate some rather large PDF files using fop (lists of every eye doctor in California for example), which can be very processor and very memory intensive. To limit the overhead I wrote a caching scheme that caches the complete PDF

RE: PDF Forms

2004-02-03 Thread Johannes Stuermer
If your data source are xml documents, one way to streamline this process would be to use a stylesheet editor such as XMLSpy to automatically generate the XSL-FO file that can then be consumed by a simple XSL-FOFOPDF pipline, using FOP. If you need to personalize the PDF at run-time, you can

Re: PDF Forms

2004-02-03 Thread J.Pietschmann
Chris Pratt wrote: I'm using FOP 0.20.5 and I've coded myself into a corner. We generate some rather large PDF files using fop (lists of every eye doctor in California for example), which can be very processor and very memory intensive. To limit the overhead I wrote a caching scheme that caches

Re: svg pattern problem

2004-02-03 Thread Jeremias Maerki
0.20.5's SVG support is far from complete. SVG patterns is one of the features that isn't implemented there. Some of our output formats don't even have SVG support. However, support for SVG patterns is present for PDF output in our main dev branch (HEAD/redesign) although I'm not sure if it's

Re: PDF Forms

2004-02-03 Thread Chris Pratt
Johannes Stuermer wrote: If your data source are xml documents, one way to streamline this process would be to use a stylesheet editor such as XMLSpy to automatically generate the XSL-FO file that can then be consumed by a simple XSL-FOFOPDF pipline, using FOP. If you need to personalize the

RE: PDF Forms

2004-02-03 Thread Johannes Stuermer
I'm not sure what could cause this relatively slow performance. I'm not an expert on FOP, I can only talk about my experience using it. It can't be the hardware or the app server that make the difference because I'm using JDK 1.3.1 on Windows2000 (PIII600, 256MB) on my dev box to run FOP from the