i want to do a screen capture/scrape of a page, resulting in a JPG or PNG that i could save in a dir of my choice. This capture needs to take place a few seconds after the page loads, to allow all JavaScript and Flash elements on page to load.
It would be great if i could also/just target a specific JS or Flash element to grab, instead of the whole page. There has to be some great PHP solutions for this.
Thanks, Cesar
Screen Capture
Moderator: General Moderators
May be imagegrabscreen and imagegrabwindow functions could be of help from PHP-GD library
-
cesarcesar
- Forum Contributor
- Posts: 111
- Joined: Mon Oct 18, 2004 3:28 pm
I have looked into both, but one is windows only and the other is not working for me.dude81 wrote:May be imagegrabscreen and imagegrabwindow functions could be of help from PHP-GD library
there has to be some type of server-side scripts and modules that can render a page server-side.
sitevista.com does it... why cant I?
i have to be able to load a page in the background. possibly load it into cache first. HTML to PDF conversion scripts do it... sorta somewhat.
thanks for the replys