Posts Tagged ‘pdf’

October 10, 2008 0

Create PDF Forms using iTextSharp

By J in Uncategorized

Generating PDF forms in .NET has always been somewhat messy and complicated. I’ve seen people convert raw HTML to PDF or adding and formatting form elements to a PDF doc in code behind, etc. All those methods are highly time consuming and tricky. Easiest way to create PDF Forms is by using iTextSharp (open source) [...]

Tags: ,