Discuss Screenshot of webpage in the Perl Programming forum on Dev Shed. Screenshot of webpage Perl Programming forum discussing coding in Perl, utilizing Perl modules, and other Perl-related topics. Perl, the Practical Extraction and Reporting Language, is the choice for many for parsing textual information.
The ASP Free website provides in-depth information on the latest developer tools available from Microsoft. Our cadre of writers, highly experienced industry experts, reveals the best ways to use established technologies as well as new and emerging technologies. Our coverage of Microsoft's development and administration technologies is among the most respected in the IT industry today.
ASP Free and Iron Speed Designer are giving away $5,500+ in FREE licenses. Iron Speed's RAD CASE toolset can save up to 80% of your coding time. One free license per week, one perpetual license per month! Download and Activate to enter!
Intel® Graphics Performance Analyzers is a powerful tool suite for analyzing and optimizing your games, media, and graphics-intensive applications. Used by some of the best developers on the planet, Intel GPA lets you maximize your app’s performance.
Posts: 472
Time spent in forums: 5 h 29 m 6 sec
Reputation Power: 12
Screenshot of webpage
Hello,
I have been trying to find some info on creating a screenshot of a webpage using Perl and/or Perl modules and if it's possible to do. IE. a URL is entered, and then create a small screenshot, a small thumbnail image, of the webpage.
I was hoping that someone here maybe able to steer me to some information on this, if infact it's feasible with Perl.
TIA,
__________________
Thunder Rain Internet Publishing
Custom Programming & Database development
Providing Personal/Business
Internet Solutions that work!
Posts: 1,137
Time spent in forums: 1 Week 3 Days 23 h 58 m 47 sec
Reputation Power: 171
Quote:
Originally Posted by displeaser
Cool, can you post back here and let us know how you get on?
Thanks Displeaser.
I've been looking for something similar myself and this fit the bill. Everything installed easily and it worked perfectly for me. I even liked it enough to whip up a quick blog entry, Automated web screen shots with Perl, with a screen shot.
It seems a lot more involved then the module mentioned above. Would be an interesting project for someone to try write a cross OS version, ie works on both linux & windows.
Posts: 6,819
Time spent in forums: 4 Months 1 Week 5 Days 19 h 23 m 31 sec
Reputation Power: 3763
Quote:
Originally Posted by NickNet
LOL...
That module needs IE....
Is there any other simple implementations for Linux platforms?
LOL? Maybe I've missed the joke somewhere.
Not Perl but executable from the command-line which makes it usable from a Perl program:
1) khtml2png - uses the KHTML engine to create a PNG image of the page in question
2) Pearl Crescent Page Saver - a Firefox extension that adds a command-line option to save a page as a PNG image (Using the Gecko rendering engine, obviously).