PHP Script for converting an HTML URL to image

pe_es171

New Member
Messages
23
Reaction score
0
Points
0
I need someone to put me through on how to create a php file that does the convertion of any html file or URL to image.Urgency!
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
Doing it yourself isn't worth the bother -- there are web services you can use like Thumboo! and WebThumb. They usually offer a REST API and provide drop-in PHP code for your page. That saves you the bother of finding or creating a web browser that's implemented in PHP or monkeying with font metrics in the PHP image processor or ImageMajik.

For other alternatives, search for "PHP website thumbnail API" (without the quotes).
 
Top