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
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,
> -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
> -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
> -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
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
hi,
i have such an xsl:
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