What is required to create a PDF file through an ASP.NET application other than Crystal Reports?
+2
A:
You can use iText#, it's based on a similar Java project.
http://itextsharp.sourceforge.net/
You don't need Crystal Reports in conjunction with this. If you need something more robust (but pricey), I have used this to great success with complex PDFs:
BobbyShaftoe
2009-04-25 07:01:31
A:
One possible library is iTextSharp. Apparently iText is a huge deal, but I didn't really see it when working with iTextSharp on a requirement, but that was years ago.
Stuart Branham
2009-04-25 07:02:34
A:
The easiest method is use a third party library. I've used ASPOSE.PDF in the past with good results.
http://www.aspose.com/categories/file-format-components/aspose.pdf-for-.net-and-java/default.aspx
I also tried PDF Sharp, its open source, but wasn't as flexable.
Mike Bennett
2009-04-25 07:05:34