Save entired page content to an image.

  • Thread starter Thread starter batham
  • Start date Start date
B

batham

Hello C# Gurus,

I have a asp.net web page called it http://localhost/default.aspx.

Now what I want is using C# I should save the entire page content even
below the scrolling region into a PNG or some image.

Is that possible?

Help is appreciated

Thanks
Shailendra
 
iecapt.sourceforge.net/There's not built in asp.net technique to do this,
you'll need a specific client.

IECapt is a good starting point:

IECapt is a small command-line utility to capture Internet Explorer's
rendering of a web page into a BMP, JPEG or PNG image file
http://iecapt.sourceforge.net/
 
Back
Top