[Tools] More on PDF: iTextSharp

As mentioned in the comments to "[Tools] PDFCreator," iTextSharp is great for software developers who want to create Adobe Acrobat PDF files on the fly in .NET code. For downloads, etc., please see the iTextSharp SourceForge Project Summary Page. Please note that PDFCreator is *not* a .NET class library; it is a standalone PDF creating utility that installs on your machine as a printer. You simply print to it. Use iTextSharp, or something like it, if you want to generate PDF from code.

No Comments