tags:

views:

688

answers:

1

How to Convert html web-page to image format in ASP.net web-application

Regards, Prashant Trivedi.

+2  A: 

If you are trying to be able to create an image out of a web page dynamically in an ASP.NET application, you can try using ABC PDF. We've had really good luck using their product and it is pretty reasonable. You can save html/web pages as PDF's, JPEGs, and a host of other file formats.

Austin