Connecting Tech Pros Worldwide Help | Site Map

webpage screenshot?

  #1  
Old December 22nd, 2005, 12:35 AM
Java Boy
Guest
 
Posts: n/a
Is it possible to fetch a webpage and take screenshot of it like it displays
in browser and then store it in jpg/gif

thanks

--
Geeks Home
www.fahimzahid.com





  #2  
Old December 22nd, 2005, 12:45 AM
Philip Ronan
Guest
 
Posts: n/a

re: webpage screenshot?


"Java Boy" wrote:
[color=blue]
> Is it possible to fetch a webpage and take screenshot of it like it displays
> in browser and then store it in jpg/gif[/color]

You will need a web browser and a screen-grabber application. They will both
have to be scriptable so you can call them from your PHP script.

But how you do this really depends on what sort of operating system your
server is running. Try asking in a Windows/Unix/BSD/whatever newsgroup.

--
phil [dot] ronan @ virgin [dot] net
http://vzone.virgin.net/phil.ronan/

  #3  
Old December 22nd, 2005, 11:05 AM
BLob
Guest
 
Posts: n/a

re: webpage screenshot?


On a windows platform (not free - demo versions with warnings ont the
images):
http://www.guangmingsoft.net/htmlsnapshot/help.htm
http://www.html2jpg.com/download.htm (blackbox version)

On a Linux Platform with a graphical environment and a browser (free, see
licence) :
http://marginalhacks.com/Hacks/html2jpg/

I tried all of these and included them in an interface to manage links in
our intranet (php, mysql).
They can get a screenshot of the visible portion of the page (you set the
sizes) or get a screenshot of the whole document (which can be many
screens).


BLob


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
screenshot Aaron answers 7 November 22nd, 2005 02:46 PM
screenshot Aaron answers 4 November 18th, 2005 07:59 PM
screenshot Aaron answers 4 July 21st, 2005 06:54 PM
ScreenShot of Safari Saqib Ali answers 4 July 20th, 2005 07:58 PM