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.
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/