PHP + images
Moderator: General Moderators
PHP + images
Is there an easy way to ouput html as an image instead of html code?
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
While it's technically possible to do it with pure PHP, I would not recommend it. Why? Because you'll have to build a browser, with all the standards compliance and support of a real browser.
There are various services and tools that already capture pages into images. It likely be easier and less time consuming to use one of these instead.
There are various services and tools that already capture pages into images. It likely be easier and less time consuming to use one of these instead.
This might help:
http://www.phpfreaks.com/tutorials/105/1.php
http://www.phpfreaks.com/tutorials/105/1.php