Hey everyone,
Anyone know of a 3rd party library (or a technique/method of doing so with the core php library) for rendering a remote webpage and saving it as an image?
ex:
$websitepng = render_remote_site_as_image('www.google.com');
where $websitepng would be an image of google.com
I can write a Java program to do this, but as it would be part of a php application php would be better
Thanks for any tips!