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

RE: starting a new page

2004-11-29 Thread Osman inar Eren
hi, i have such an xsl: xsl:template match=elementlist xsl:for-each select=value[generate-id()= generate-id(key('categorise',usthesapkodu)[1])] !--xsl:for-each select=value[generate-id()= generate-id(key('categorise','027')[1])]-- xsl:variable name=ustmuhIDxsl:value-of

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

RE: How to set column-width dynamically

2004-11-29 Thread Andreas L. Delmelle
-Original Message- From: Johannes Wolfgang Woger [mailto:[EMAIL PROTECTED] Hi, snip / How can I set column-width dynamic fo:table-column column-width= proportional-column-width('${calculatedWidth}') Does not work. Can any values of FOP attributes be set dynamically? Well, to this

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 ... fo:table-row ... here. Now you are of course faced with the challenge of determining what exactly to put in your xsl:if

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 XML

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: 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