#PDF - SharpPDF
SharpPDF is a C# library that implementsdifferent objects for the creation of PDF documents with few steps. Itis created for .NET framework 1.1 and it can create 100% compatible PDF(tested with Acrobat Reader, Ghostscript , JAWS PDF Editor and otherPDF readers). The most important goal of this library is the simple wayof use.
It can be used in many ways:
- You can use it with Windows Forms to generate new pdf files or to save them on a database.
- You can use it with Web Applications (ASP.NET) to generate files or to get them directly into the browser.
Go to http://sharppdf.sourceforge.net/
See also these related projects.