"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.
Html Snapshot ActiveX is a component to convert HTML file or text
file to JPG, TIFF, GIF, BMP and PNG image with whole web page or snapshot. It can convert html to jpg, png, gif, bmp, tiff images on the fly.
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).
Comment