Re: [iText-questions] Re: Writing RTF Doc progressevly

2005-08-22 Thread Mark Hall
On Monday 22 August 2005 11:39, Valentin Baudot wrote: > The only remained problem is that when I add a chapter object to the > document, a new page is generated after the chapter, so I have a new page > between the chapter title and the first section... > > Any idea how I can get ride of that new

[iText-questions] Re: Writing RTF Doc progressevly

2005-08-22 Thread Valentin Baudot
Mark Hall edu.uni-klu.ac.at> writes: > > On Friday 19 August 2005 16:09, Valentin Baudot wrote: > > What is it supposed to do? The document object is still big in memory... > > Perhaps I don't correctly use it. > > Moreover, I have a very big chapter (several hundred pages) and when I add > > it

Re: [iText-questions] Re: Writing RTF Doc progressevly

2005-08-19 Thread Mark Hall
On Friday 19 August 2005 16:09, Valentin Baudot wrote: > What is it supposed to do? The document object is still big in memory... > Perhaps I don't correctly use it. > Moreover, I have a very big chapter (several hundred pages) and when I add > it to the document by using the add method, it takes m

Re: [iText-questions] Re: Writing RTF Doc progressevly

2005-08-19 Thread Bruno Lowagie
Valentin Baudot wrote: Moreover, I have a very big chapter (several hundred pages) Chapter is not a memory-friendly object. If you really have large chapters, you should try alternatives. br, Bruno --- SF.Net email is Sponsored by the Bette

[iText-questions] Re: Writing RTF Doc progressevly

2005-08-19 Thread Valentin Baudot
What is it supposed to do? The document object is still big in memory... Perhaps I don't correctly use it. Moreover, I have a very big chapter (several hundred pages) and when I add it to the document by using the add method, it takes more than 1200MB in memory (I got an "out of memory" at this