Hi Francis,
On 09/10/2020 16.32, Francis F. Massaquoi, Jr. wrote:
> I want to use Topaz Electronic Signature Capture Pad in my Django Web
> Application is it possible? Is there a way to integrate this signature
> in my Web Application I'm using
https://github.com/szimek/signature_pad.
>
I don't have any experience with it, but seems like all you need to do
is somehow create a form that can post the contents of the data uri
generated by the javascript code you've linked to.
I've never worked with data uris, but from what I could read it seems
like in the end it's just base64 encoded data that you should be able to
simply POST as a field in a standard HTML form.
Hope this helps a bit. Seems like it should be fairly simple to achieve,
even if I've not been able to find any examples on exactly how.
Kind regards,
Kasper Laudrup