Featured Post from richyrich
by
on June 26th, 2010 at 07:03 AM
This one had me struggling for a while, so I thought I'd post a blog about it to try and help others.
What I was trying to do was create a PDF including header and footer sections to print documents onto a headed paper style.
Using iTextSharp V5.0.2.0 DLL in the bin folder you can create PDFs on the fly. My previous blog explained how to generate a simple PDF. Next I wanted to generate something a bit more complicated.
It seems previous versions of iTextSharp
...