HOW TO programmatically generate PDF files on the fly without spending a buck

Use iText#.

"iText# (iTextSharp) is a port of the iText open source java library written entirely in C# for the .NET platform by . iText# is a library that allows you to generate PDF files on the fly. It is implemented as an assembly."

To get started with creating a PDF programmatically, download the DLL & pretty self explanatory code available in C# & VB.NET from the creators' SourceForge Project.

Comments