PHP - How to Print Browser Window contents to an image?

84 Views Asked by At

Basically, I am setting up a Drag and Drop section of my site that will be within a <form> tag, but instead of submitting the content as integers or whatever, I'd like to print that area, of the webpage (or the entire page itself), out into an image using PHP imagepng() function when they are submitting the form and save it somewhere on the server. Is this possible?

Any ideas on where to start for something like this?

Any help on how to get started with something like this is very appreciated. Wondering if I can use COM() to load up a resource for this or maybe there is a way to do this other than PHP?

0

There are 0 best solutions below