0

Is it possible to save web page as image with web application? if yes then how?.I searched and searched and searched but all examples i found were for windows application and i'm facing lot of trouble while converting that code for web application.

Any help or suggestion would be appreciated.

Renato Gama
  • 16,431
  • 12
  • 58
  • 92
hampi2017
  • 701
  • 2
  • 13
  • 33

1 Answers1

-1

I would suggest you do it through javascript. There is a option. You could also consider activeX if it is targeted for IE.

Please look at the following link for JS Screenshots,

Screeshots using javascript

Rajesh Subramanian
  • 6,400
  • 5
  • 29
  • 42
  • I guess this is OS dependent ,coz when i tried to see their demo (http://learningthreejs.com/data/lets_do_a_sky/lets_do_a_sky.html) it gives me this message 'Your graphics card does not seem to support WebGL.'(My OS version Windows 2003) – hampi2017 Jun 26 '12 at 09:51