Hi Artur, In my opinion you will have to deal with pagination manually. The problem is like you described the variable height of the table rows. So you can e.g. split after each 500 rows or something like that. Thus there shouldn't be a out of memory exception (hopefully) but you table may end within a page and continued on a new page.
Maybe there is a paramter like "suppress page sequence breaks" - but I am not aware of it... Cheers, Tobias On Tue, May 5, 2009 at 6:15 PM, Artur Zinatullin <[email protected]> wrote: > > AC> Do you use many page sequences in your FO documents? FOP processes > AC> documents by page sequence so if you can section the document contents > AC> into lots of small page sequence segments this can help a lot with > AC> memory consumption. > I have just dealt with the problem. > The table with 17k rows x 12 cells brought the server to it's knees. > If I knew, that I can use multiple page sequences... woud it help me? > I mean, that theese rows were not of fixed height. If I used multiple > page sequences to print one continous table, woud I have to do pagination > manually? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
