I want to print a page to PDF file. How can I do it. Please help me. Give me code if possible. Thanks for rely! Print PDF in ASP.NET MVC Creating PDF docs in ASP.NET MVC is a fairly common functionality requested by LOB applications. Usually either for reporting or, more often, for having printable friendly documents (invoices, receipts, etc.).
How to Export ASP.Net Web Page to PDF?I want to export current ASP.Net web page into PDF.
John Saunders3 Answers
I think you should use 'itextSharp'. You can go through this link
http://www.codeproject.com/Articles/81118/ITextSharp-Helper-Class
You can download it (.dll) from here
http://sourceforge.net/projects/itextsharp/
You could load the page in a browser and print it to a PDF using a free tool like CutePDF.
This tool adds a printer that enables you to save the document/web page as a PDF.
How To Print A Pdf File
How To Print A Pdf From Asp. Net Page Free
As asp.net web page get render in HTMl so you can user ITextSharp to convert HTML page into PDF
How To Print A Pdf From Asp. Net Pages
here is code to Convert HTML to PDF