How to Save an asp.net webpage to pdf [duplicate]
Possib开发者_如何学Gole Duplicates:
How to Convert html web-page to image format in ASP.net web-application ASP.NET page to image or pdf.
Hi,
I have an aspx webpage. Once that page is rendered, with a button click how can I export it to PDF? What is the process? Do I need an external third party tool to achieve this?
Thanks.
We've had good luck using the iTextSharp library. It's easy to use and the price is right.
http://sourceforge.net/projects/itextsharp/
There are several third party libraries that support this. We have one that provides perfect fidelity and has been optimised for use on the server. Have a look at this blog post.
精彩评论