Margie Yeung wrote:

I am passing a document object through a variety of methods to keep
adding data to it,

We've seen the attachment, now it's time to look at the methods you are using.
As the data you are adding are all short paragraphs, it seems obvious to use
document.add(new Paragraph(data));
The only way (that I know of) you could add all that data without having
newPage() triggered automatically, is by defining a very large negative
bottom margin.
br,
Bruno


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to