20
votes
How do I programmatically create a PDF in my .NET application?
I've used ITextSharp to create PDF's from .net. It is the .net port of the open source IText. It has the capability to create the PDF from scratch. But doing that would require formatting the entir …
