I have an Image; say for example "an appreciation certificate". only the name of the person in the certificate changes.
when the user enters his name in the textbox, the name on the certificate should have the text he just entered.
I can do this by just overlapping the text on to the image.but
the real problem is:
after he enters his name; the text and the certificate image be combined and rendered as a single image on the client side.
this has to be done in jquery/javascript without serverside code or HTML5 canvas