I have to create a PNG / JPEG image from PHP script .. Briefly
The code will create a html table and will include an image in that page. I need to save this entire page as an image , save that image in my server and return the path of the image ( using webservice ).
I can create image from imagejpg function pretty well . My problem is how to convert that HTML to image, Cant take a screen shot because the processes going on through web services .
Please help me to convert HTML to image using php
Thanks in advance