Electronic signatures are digital representations of a person's "wet" or "live" signature.
Questions tagged [electronic-signature]
162 questions
18
votes
8 answers
Electronic signatures in web pages
I have an ASP.Net application. It is an application where people fill out forms. Well, we would like for people to be able to sign the form electronically(as in, their hand written signature) so that the signatures are held in the server and…

Earlz
- 62,085
- 98
- 303
- 499
11
votes
2 answers
Create an HTML form with Digital / Electronic Signature using php
I'm looking for a solution to add a signature to a form. One where someone can sign with their mouse or with their finger on a touch device. I'm wondering if I can use something like jSignature https://willowsystems.github.io/jSignature/#/about/ to…

drooh
- 578
- 4
- 18
- 46
9
votes
1 answer
How to sign a PDF in Android
I have to implement in an Android application a function that allow me to sign a PDF, when i say "sign" I mean the digital signature (First and second name) affixed to the end of the document from the user.
I have access to a Samsung Note 4 (with…

Mattia
- 1,057
- 2
- 17
- 33
8
votes
3 answers
Convert Topaz Sigweb sigstring to Base64
I am working on a mobile application(ionic) where there is a field for user's signature. Users needs to sign with their finger in canvas.
Now this application has web version, where they used topaz sigweb to do this. Now to save signature and to…

anan_xon
- 1,102
- 1
- 11
- 21
7
votes
2 answers
Is there any reason to use CAdES over XAdES for advanced electronic signatures?
I haven't been able to find any reason of why should anyone prefer to implement a CAdES oriented electronic signature software solution over a XAdES oriented one.
There are a lot more open libraries and implementation cases and examples of XAdES on…

ABE
- 75
- 1
- 6
6
votes
1 answer
Capturing and persisting electronic pad/signatures
I'm about to work on a project that's hopefully going to use an electronic signature pad to capture customer's signature, display texts on the device, etc etc using C#..
Now before I start doing further research, I would like to ask for some…

Jerald
- 199
- 2
- 6
- 12
5
votes
2 answers
Outlook HTML email signature
Hi I've created an email signature for outlook, it seems to work ok so far except for one thing. Outlook seems to take my html and output it differently than what I've actually created. It adds all kinds of p classes and span classes, and changes…

fred
- 485
- 2
- 7
- 23
4
votes
2 answers
Signature Capture within PhoneGap
I am attempting to add signature capture functionality to a PhoneGap application. I have found a few options such as signature capture 2.8.1 (http://androidapp.lisisoft.com/apps-android-phone/108585-biz.binarysolutions.signature.html) and Thomas J.…

user1014759
- 265
- 3
- 5
- 15
4
votes
1 answer
Android, Attaching e-signature on pdf using drag and drop
I'm developing an Android application, I need to implement placing user signature(image) on pdf draging by user. I'm using pdf viewer(com.github.barteksc.pdfviewer.PDFView) to show pdf and I'm using drag and drop listener to get coordinates from…

Suresh
- 427
- 1
- 6
- 22
4
votes
1 answer
iPhone signature capture
Is it possible to transfer a signature from an iPhone into an .xls file via a cable (USB) connection?

Stephen Helling
- 41
- 1
- 2
4
votes
4 answers
Performance issue when capturing signature in iOS
I have a signature control that works great except if you have a long name then it starts to show gaps. Seems to be performance related, but it is the same both on the simulator and the latest iPad. I have attached a sample project below together…

Christer Nordvik
- 2,518
- 3
- 35
- 52
3
votes
0 answers
Sign git commits in Linux with X.509 certificates
It's been long enough since git permits its users to sign commits using GPG.
If we want instead to sign commits using X.509 certificates and S/MIME, there's smimesign utility that runs smoothly under Windows and Mac.
However, under Linux things get…

Ryan B.
- 1,270
- 10
- 24
3
votes
1 answer
is it safe to publish on github an application that will also be published in google play
is it safe to publish on github an application that will also be published in google play. pre-encrypted with my keystore.
I want to publish my application in google play. But I also want to attach the repository to my resume as a sample code and is…

Atom
- 33
- 4
3
votes
3 answers
PDF Signature with timestamping from TSA
We are trying to embed Timestamp signature as a unsigned attribute in CMS format but after stamping signature in PDF, PDF viewer giving the signature includes an embeded timestamp but it is invalid message.
We have used internal TSA service (self…

Nikhil Wankhade
- 177
- 13
3
votes
2 answers
eSign/Electronic Signature API recommendations
I am exploring various esign APIs (docusign, esignature.io, etc) but I cant find one that fits my needs.
We want to implement esign into our software. Our software is sold as a SaaS and used by our clients at their own locations. We host our…

Jason Roozee
- 49
- 5