Hi,
I am generating a PDF in which there is mostly table, now this table data is very large (say about 80,000 - 1,00,000 rows), So i have some memory questions about it.
When is the memory released of the Table2 ? After I add the table in the page or after I draw the PDF. Please explain this in details.
I have been suggested a work around that i break this large table in small tables(say 1000 rows) and add it in page. Will this help memory wise or do you suggest some other way for working with this kind of large data.