Closed gramishvili closed 10 years ago
Get data from jSignature:
See API section http://willowsystems.github.com/jSignature/#/about/
Example:
// !!!! In javascript !!!!
var mime_data_pair = $(signature_divref).jSignature('getData', 'base30')
// send it to server, by, for example appending it to hidden form input and submitting the form.
Convert base30 to SVG
see extras folder for .Net parts.
Render SVG to Bitmap
THKS , tomorrow i'll test it. but can i get some working example if you know or have?
Cleaning up, looks like this is sorted
Hello, could anyone help me with inputing signature to asp c# server and writing in to image. I exosted today trying to do that but no result...