Currently, I am tackling a project that requires me to capture screenshots of the pages generated by users in my application. However, I find myself unsure where to begin this task.
In my research, I came across websites like about.me and observed how they are able to generate screenshots of pages. For instance:
The thumbnails produced are almost an exact replica of the original page, including the fonts and other elements.
I am at a crossroads on how to approach this task - should I work on it client-side or server-side?