How to reduce memory consumption of PdfPTable with many cells

iTextSharp has a very cool interface called ILargeElement that the PdfPTable implements. According to the documentation: /** * Interface implemented by Element objects that can potentially consume * a lot of memory. Objects implementing the LargeElement interface can * be added to a Document more than once. If you have invoked setCompleted(false), * they will … Read more