1

Possible Duplicate:
Website screenshots using PHP

I have a very simple HTML webpage, styled with some CSS and maybe a little Javascript. Each time it loads it creates a unique "postcard" which I would like to be able to save as an image for download. Is there an easy way to do this?

I know PHP doesn't do rendering, and that's the major issue. Perhaps using some Javascript to take a "screenshot" are the page loads?

Community
  • 1
  • 1
Bing
  • 3,071
  • 6
  • 42
  • 81
  • This question has been [asked here many times already](https://www.google.com/search?q=html+to+image+site%3Astackoverflow.com). – Robert Harvey Jul 11 '12 at 15:15

1 Answers1

1

You can use this:

http://www.rabuser.info/painty.php#english

Max Hudson
  • 9,961
  • 14
  • 57
  • 107