Hey friends. I want to create image from html string or html page using php. I tried alots but I did not get any solution yet. Can any body know how to create image from html string? Thanks a lot!
You need something that runs on client side because the html must be rendered before you can create an image of it. This means it requires browser... maybe a mini c# app can solve it... Or what is your goal?