thread-pond / signature-pad

A jQuery plugin for assisting in the creation of an HTML5 canvas based signature pad. Records the drawn signature in JSON for later regeneration.
BSD 3-Clause "New" or "Revised" License
727 stars 292 forks source link

New Gist for Converting from/to a .NET Stream #133

Open morbidcamel101 opened 9 years ago

morbidcamel101 commented 9 years ago

Here's a gist on how to convert the signature lines to/from .NET binary streams. Once in stream format one can easily convert it into a byte array or store it in a varbinary sql column.

https://gist.github.com/JohanOtto/4b2b4fdb1748803b44a2

thomasjbradley commented 9 years ago

Thanks for this. I'll update the docs to point to this Gist soon.