Re: First page contents are widely spaced out

2004-11-29 Thread J.Pietschmann
Prashant Gupta wrote: I am generating PDF using FOP. The pages contain a set of invoices. Each invoice data is placed In a table. My problem is that in the first page there is too much space between the data rows(in the table) . But , in rest of the pages the data is properly spaced. There's n

Re: resetting image cache during processing

2004-11-29 Thread J.Pietschmann
Agar, Robert wrote: Is it safe to call FopImageFactory.resetCache() during processing? We need to reduce the memory usage as much as possible, so I was considering calling it every time a page rendered info event is logged. Or does this sound like a really bad idea? It should be safe but useless,

RE: How to set column-width dynamically

2004-11-29 Thread Andreas L. Delmelle
> -Original Message- > From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] > > -Original Message- > > From: Johannes Wolfgang Woger [mailto:[EMAIL PROTECTED] > Hi, Slight addition/correction: > No, in the sense that an XSL-FO fed to FOP --so at the moment when it's > purely an XM

RE: starting a new page

2004-11-29 Thread Andreas L. Delmelle
> -Original Message- > From: Osman Çinar Eren [mailto:[EMAIL PROTECTED] > Hi, In theory, the addition of the attribute needs to be put somewhere over ... > ... here. Now you are of course faced with the challenge of determining what exactly to put in your xsl:if test, sin

RE: How to set column-width dynamically

2004-11-29 Thread Andreas L. Delmelle
> -Original Message- > From: Johannes Wolfgang Woger [mailto:[EMAIL PROTECTED] Hi, > How can I set column-width dynamic > > Does not work. > Can any values of FOP attributes be set dynamically? Well, to this last question... No, in the sense that an XSL-FO fed to FOP --so at the mome

How to set column-width dynamically

2004-11-29 Thread Johannes Wolfgang Woger
Hallo, I am using FOP with JSP pages. I have one printTable.jsp page that fits almost all Table representations. It therefore does not know the row count and the Column count in advance. I would like to make a printTableFO.jsp with the same dynamic elements.   How can I set column-wi

RE: starting a new page

2004-11-29 Thread Osman Çinar Eren
hi, i have such an xsl:

First page contents are widely spaced out

2004-11-29 Thread Prashant Gupta
Hello Everybody, I am generating PDF using FOP. The pages contain a set of invoices. Each invoice data is placed In a table. My problem is that in the first page there is too much space between the data rows(in the table) . But , in rest of the pages the data is properly spaced. I can't under