fo document as output

2002-01-14 Thread Luigi Savini
How can i get in output a fo document? I can see that for huge xml docs, fop creates a temporary fo file instead of saving it into memory. I need to apply changes to sources to obtain that fo file as a result of the elaboration. Does someone know in which part of the code this fo file is

How can i optimize memory consumtion?

2002-01-07 Thread Luigi Savini
I need to produce a very large PDF document (about 1300 pages!), no images, just plain text. I set JVM memory parameters (Xms and Xmx) but i can't process this document anyway. Did anyone try to modify sources writing pages to the output stream immediatly instead of buffering them into memory?