Generate PDF file in asp.net [duplicate]
Possible Duplicates:
How to make pdf ? Create pdf file in Asp.net
What is the best way to generate pdf开发者_开发问答 files in asp.net using C#? Any help would be greatly appreciated.
You can use https://sourceforge.net/projects/itextsharp/.
iTextSharp is a PDF library that allows you to CREATE, ADAPT, INSPECT and MAINTAIN documents in the Portable Document Format (PDF)
I use a 3rd party piece of software called ABCPDF, it seem fine to me, but there are lots of other options.
Here's an open source one that might suit yuor needs:
http://www.webresourcesdepot.com/open-source-pdf-library-for-aspnet-pdfsharp/
SQL Server Report Server is good, if you are generating reports from a database (and you have access to SSRS, of course)
精彩评论