I'm working on a project where I need to basically take the screenshot of the pages users create on my application, and I'm not sure where to start.
I've looked at other sites that do this like about.me and I'm wondering what they might be doing to create screenshots of pages. Example: https://about.me/search/#!/tag/MIT
The thumbnails are basically an exact copy of the page (including fonts, etc...)
How can I approach this? Client side, server side?