So, I'm basically working on a custom card editor. The user can edit the text (in place), upload a picture and do basic editing (resizing, framing, b&w). This is all done via javascript. When the user is done editing the card, I need to be able to capture a screenshot of the whole page as it is and store it server-side. This is very important - this process is NOT for the user. I want to receive an image or a pdf of the page exactly as the user edited it.
Is this possible in any way?
Thanks.