Re: outofmemory problems

2004-09-15 Thread Jebus
update. I ending up messing around with my xml, so that I would have smaller page sequences. On Tue, 14 Sep 2004 14:25:45 -0400, Jebus <[EMAIL PROTECTED]> wrote: > On Tue, 14 Sep 2004 19:19:22 +0200, J.Pietschmann <[EMAIL PROTECTED]> wrote: > > Jebus wrote: > > > Its all tables. Basically the pd

Re: outofmemory problems

2004-09-14 Thread Jebus
On Tue, 14 Sep 2004 19:19:22 +0200, J.Pietschmann <[EMAIL PROTECTED]> wrote: > Jebus wrote: > > Its all tables. Basically the pdf is a report with the table as a > > grid. The one problem could be that I set a border for each table cell > > so that I can have grid lines. > > Doesn't matter. > A

Re: outofmemory problems

2004-09-14 Thread J.Pietschmann
Jebus wrote: Its all tables. Basically the pdf is a report with the table as a grid. The one problem could be that I set a border for each table cell so that I can have grid lines. Doesn't matter. like to here. I looked for an equivalent to the html cellspacing but didn't find one for xsl:fo. What

Re: outofmemory problems

2004-09-14 Thread Jebus
I was checking the pdf I was finally able to generated and the one page sequence is 80 pages. All tables with table-omit-header-at-break="false" will this make a difference ? On Tue, 14 Sep 2004 01:24:12 +0200, J.Pietschmann <[EMAIL PROTECTED]> wrote: > Try to get rid of tables, or get the unrel

Re: outofmemory problems

2004-09-14 Thread Jebus
Problem is in the FO to PDF. I was running the standalone fop on xsl:fo I transformed. I read your earlier post about a disk based dom solution. I am interested in learning more about that if you don't mind sharing. On Mon, 13 Sep 2004 23:46:31 -0400, Derek Schenk <[EMAIL PROTECTED]> wrote: > Is

Re: outofmemory problems

2004-09-14 Thread Jebus
Its all tables. Basically the pdf is a report with the table as a grid. The one problem could be that I set a border for each table cell so that I can have grid lines. If any nows of a better way I would like to here. I looked for an equivalent to the html cellspacing but didn't find one for xsl:f

RE: outofmemory problems

2004-09-14 Thread Derek Schenk
Is the problem that your having in the transform of XML to FO, or FO to PDF? I use FOP to convert FO documents that have gotten as large as 800MB - 1GB in size (65,000 pages), and I can have several dozen running at the same time. I just make sure that the page sequence size is kept under 100 p

Re: outofmemory problems

2004-09-13 Thread J.Pietschmann
Jebus wrote: I have a fo that is about 21mb. If I keep throwing ram at fop I can get to run and it produces a 700 page pdf (3mb). This is going to run in servlet environment with multiple users hitting this page, I don't think I can keep throwing ram it. Now granted this 700 page pdf is an extreme