Could you qualify this and say whether the Perl script is running on the machine with the screen shot you want, or if it's an external box.
If it's an external box, you're basically hosed. There's no way to get a screen image saved (that I'm aware of), without having a program you can run on the box. It might be conceivable with a Java application (not JavaScript), but even that is questionable (no experience on my part).
If you're running perl on the box with the screen you want to save, you might have slightly better luck. I imagine you'd still need them to hit Alt-print-screen, then do something with the clipboard (there are Perl modules that will allow you to ultimately get to the data in the clipboard).
Assuming you get the data input a file, you can use the OLE methods to manipulate the PowerPoint files. There are some example in other nodes about talking to Excel that could be used as a reference for talking to Power Point.
If you're generating the graphs on the server, rather than directing the output to the browser, you could write to a file format you could make use of (using ImageMagick, or other package).
Mostly it would help to specify the environment a little more.
--Chris | [reply] |
Sorry, I wasn't more specific.
I'm running Win98 as an OS. I want to capture the viewing window inside an IE browser. The Perl program is running on a HP-UX Server. I kinda like the idea of creating a file with it. I'look into that. Thanks, -Rage
| [reply] |