--- "Bruno Lowagie (iText)" <[EMAIL PROTECTED]> wrote:
> OK,
> stay away from memory consuming objects like Chapter and Section.
> Use PdfPTable if your query needs to be presented in tabular form,
> but follow the tips and tricks mentioned in the tutorial to keep
> the memory usage low (don't wait to add the table to the document
> till you have added all the rows).
> Basically, your biggest concern should be to add the basic building
> blocks 'as soon as possible' to the document, and make sure they
> don't remain in memory after they've been added.
> br,
> Bruno

This is exactly what I was looking for.  Thanks for the quick reply!

Mike





-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to