• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

snap shot of web page with JavaScript

 
Ranch Hand
Posts: 119
Oracle Opera Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends,
I have designed a page, kindly a dashboard which is driven internally with JSP and ajax, some html tags, tables etc, This page includes flash charts "swf" files.
I need to take a snap shot of the complete webpage by using JavaScript , i am stuck up here for the snapping of whole page, is there any way to proceed with javascript api ? so that i can take the snap shot of the whole webpage and save as a PDF (Adobe) file or a JPEG ?

Please Assist,
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JavaScript doe snot have the ability to take a screenshot of the page.

Eric
 
Atul Darne
Ranch Hand
Posts: 119
Oracle Opera Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Eric Pascarello wrote:JavaScript doe snot have the ability to take a screenshot of the page.

Eric




any other way to do?? i want to invoke the snap on click of a button, which would be placed on the page.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why can't the user use the screenshot facilities that is built into the operating system?
 
Eric Pascarello
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You would have to use an applet or some other clientside language that has the ability to do it. I do not know how to do it in those languages so I am no help there.

Eric
 
reply
    Bookmark Topic Watch Topic
  • New Topic