[EMAIL PROTECTED] wrote: > Hi, > > I am generating the large files using this tool. That data will be in > tabular format. > > If the no of pages exceeds 1000, java out of memory exception is coming. > > Please let us know how to solve the issue.
Read the book section about 'tables and memory management' (p181)? Chances are you are waiting to add the table to the document till you have filled it completely with all the records. That's asking for trouble. br, Bruno ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ 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/
