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!