How To Print A Pdf From Asp. Net Page

Active6 years, 9 months ago

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 Saunders
149k23 gold badges210 silver badges372 bronze badges
AnupAnup
Print

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

शेखरशेखर
13.8k11 gold badges43 silver badges95 bronze badges

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

albertalbert

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

How To Print A Pdf From Asp Net Page In Asp.net C#

HiteshHitesh

How To Print A Pdf Double Sided

Not the answer you're looking for? Browse other questions tagged asp.netpdf or ask your own question.