Print ASP.NET Form to JPG?

  • Thread starter Thread starter Jon B
  • Start date Start date
J

Jon B

Hi There!

Is there a way in ASP.NET to print a ASP.NET page itself to a JPG? I need
this JPG to send to a number of people by email.

How to generate JPG from ASP.NET page output?

Thank you all in advance!!!
Jon
 
Hi There!

Is there a way in ASP.NET to print a ASP.NET page itself to a JPG? I
need this JPG to send to a number of people by email.

How to generate JPG from ASP.NET page output?


I've been looking for a way to do this myself... and haven't had much luck.

There is an ActiveX component that does this:

http://www.guangmingsoft.net/htmlsnapshot/help.htm

Or perhaps you can try using a HTML to Graphics printer driver... there are
several of those drivers around.
 
Back
Top