Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I'm looking for a plugin will allow users to create their own postcard online, with some modifications of course. I need to let users upload images, add text on top of those images, and then save the resulting creation as an image file or PDF for printing. Any tips?

share|improve this question
I am looking for something like this, if you have found it , hope you can share. thanks – user13616 Feb 27 '12 at 7:44

1 Answer

Sounds like you want something with fabric.js

Although I am not sure exactly how to save with that script. I know there are ways to save as images with whatever you put on the canvas. Like this: http://motyar.blogspot.com/2010/04/save-html5-canvas-data-as-image.html

This looks like a pretty article on saving as well: http://www.nihilogic.dk/labs/canvas2image/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.