Featured Post from richyrich
by
on May 13th, 2010 at 05:53 PM
As part of a project I'm working on, I have the need to generate PDF documents "on the fly" and then render them back to the browser.
I was already aware of a dll module that provided this functionality, available at iTextSharp | Get iTextSharp at SourceForge.net so I thought I'd post a quick blog about how to get it working.
Firstly, you need to place the .dll file in the bin directory of your application / website.
I then created a new .aspx page,
...