I am trying to generate PDF files containing large numbers of tables. Each PDF could potentially be 150 pages in length.
When using ITextSharp, the file sizes are up to 16 megabytes and have no noticeable shrinkage when zipped.
When using PDFSharp, the file size is very reasonable at 2 or 3 megabytes but it takes an unacceptable length of time (I canceled it after 3 minutes) to generate the document.
Does anybody have a suggestion of generating complex PDF files efficiently w/ .NET?