I'm generating PDFs from HTML (using ABCPdf and C#) and the files are coming out a reasonable size. However, I'm interested in any tips anyone has for making the PDFs as small as possible.
Anyone for any great ideas?
The HTML being rendered is really basic, just a table of names and dates etc - doesn't have to be too pretty.
Cheers!
-Ev
If layout is so simple, then try to relinquish the generation from HTML and write PDF directly with C# tools and libs. Read the data form HTML shouldn't be a problem.