The request would be able to support digital signature captured through a signature tablet.
I need to generate a contract with clients that must be signed by these clients as well as by our entity and that the generated contract has legal validity.
Thank you very much
Jorge
digital signature
Re: digital signature
Digital signatures are already implemented. What you are describing is signature capture. We would need to find a third party HTML widget to support this. On the backend side we have already started to work on image layer support and this way we could display the captured signature as an overlay layer over the document base image. In summary, it is possible but we are missing one piece of the implementation: the HTML widget.
-
- Posts: 2
- Joined: Mon Sep 28, 2020 11:22 am
Re: digital signature
I think this could be helpful:rosarior wrote: ↑Wed Aug 07, 2019 8:24 pm Digital signatures are already implemented. What you are describing is signature capture. We would need to find a third party HTML widget to support this. On the backend side we have already started to work on image layer support and this way we could display the captured signature as an overlay layer over the document base image. In summary, it is possible but we are missing one piece of the implementation: the HTML widget.
https://github.com/fle/django-jsignature
https://pypi.org/project/django-jsignature
Re: digital signature
We were experimenting with a direct canvas widget and were having some issues.
This library provides all that in a single package. Looks like the ideal candidate.
We'll use over the experimental branch to see how well we can make it interface with the current backend.
Thanks for the suggestion!
This library provides all that in a single package. Looks like the ideal candidate.
We'll use over the experimental branch to see how well we can make it interface with the current backend.
Thanks for the suggestion!
Re: digital signature
Hi!
I'm also interested in the feature. Is there some way I can test it in the development branch or are there any news on including it in a release?
It would also be nice to have some feature to sign documents with an electronic certificate.
Thanks a lot for your work!
I'm also interested in the feature. Is there some way I can test it in the development branch or are there any news on including it in a release?
It would also be nice to have some feature to sign documents with an electronic certificate.
Thanks a lot for your work!
Re: digital signature
This https://willowsystems.github.io/jSignature/ was working quite well for me (but I was looking for SVG generation to be able to add some mooting to the polygon) but https://github.com/szimek/signature_pad might be easier to integrate.rosarior wrote: ↑Wed Oct 07, 2020 11:54 pm We were experimenting with a direct canvas widget and were having some issues.
This library provides all that in a single package. Looks like the ideal candidate.
We'll use over the experimental branch to see how well we can make it interface with the current backend.
Thanks for the suggestion!