Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

I am working on the document viewer kind of application(asp.net), there i need to paint the sensitive areas on the document(draw rectangles or circles) using javascript. and then save the modified document to database. how can I merge the painted area and image with javascript and how can i draw shapes with javaScript. that needs to support all the browsers.

Note : already i saw pixtic blender, Html5 Canvas I got lot of issues.

this is the reference site : ajax.snowbound.com here no merging of images.

regards,

Ravi P.
Posted
Updated 9-Nov-11 23:35pm
v3

1 solution

Well, html5 seems to be the easiest way, but many browsers don’t support it. if snowbound works for you except the merging of images, and if there really is no client side manipulation library, just do it the old way merging images on the server e.g. with image magic. maybe you have to implement a server side rendering engine "repeating" (using ajax) the client side painting on a server side canvas.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900