Electronic signatures are digital representations of a person's "wet" or "live" signature.
Questions tagged [electronic-signature]
162 questions
3
votes
1 answer
Call server-signing service with Base64 encoded certificate in DSS
I need to execute tok:sign request of DSS with a given certificate instead of an alias.
certificate
I tried to replace below one with a base64 string, but got following error in log.
INFO | http-nio-8080-exec-3 |
…

plaidshirt
- 5,189
- 19
- 91
- 181
3
votes
0 answers
itext-7 tutorial for development using asp.net c#
Friends can anyone direct me to any tutorials for itext 7. I am trying to manipulate PDF using itext 7, i have been through there tutorials but they are available for JAVA i need some tutorials in C#. The actual propose is to find equivalent class…

Rahul Ahire
- 47
- 1
- 8
3
votes
2 answers
Legalities of esignature
I am creating an app where there will be many forms that have a signature. I am planning on using AngualarJS SignIt! on top of Rails to capture the signature. From there I will store it in a "signatures" table that will be attached to the person who…

sturoid
- 2,501
- 4
- 20
- 36
3
votes
3 answers
Is there a standard implementation for Electronic Signatures on fill-in-form web applications?
I have a client who is interested in adding in electronic signature support to a long (40 question) seller application form. I'm a little stumped on whether there is an existing standard or process that's out there that folks in the financial world…

Tim Howland
- 7,919
- 4
- 28
- 46
3
votes
2 answers
Rotate a PdfSignatureAppearance with iText
I'm with a big problem trying to rotate a PdfSignatureAppearance in iText (90 degrees, for instance). I'm signing a PDF using the MakeSignature.signDetached method, and setting my own text and image for the appearance.
Here is some code:
PdfReader…

Gilberto Torrezan
- 5,113
- 4
- 31
- 50
2
votes
0 answers
Electron app is not available for testing with TestFlight
Need help with uploading app into testflight
Now we have “not available for testing” error
Maybe it’s because of “Build Platfoms” field is empty
But if we add macosx platform, we run into these errors ->
Asset validation failed
Invalid Code…

Данила Никонец
- 205
- 2
- 9
2
votes
0 answers
Signing PDF electronically with suncfusion pdf plugin in Flutter
I want to sign pdf electronically. so i used signature package to draw signature , used Draggable widget to position image on the pdf with Stack, and used syncfusion_flutter_pdf for drawing the image on Pdf. when drawing the image with the offset…

muhammed jasir
- 101
- 8
2
votes
1 answer
How can i prevent Universal Signature Forgery (USF) , Incremental Saving Attack (ISA), Signature Wrapping (SWA) in Apache PDFBox
Currently Iam creating a digital and electronic signature using apache pdfbox.
Recently i came to know the vulnerabilities in digital and electronic signature like Universal Signature Forgery (USF), Incremental Saving Attack (ISA) and Signature…

Vimal Gunasekaran
- 21
- 2
2
votes
0 answers
How to create a Qualified Electronic Signature Creation Device
A QSCD can be deployed as a cloud service as long as it meets the required standards. I am not looking to, as of such, create one for legislation reasons but more of a way of my software being able to prove that the certificate come from us.
The…

Jaquarh
- 6,493
- 7
- 34
- 86
2
votes
1 answer
Wacom stu-430 signature is captured too slowly
I'm having problems configuring my Wacom tablet signature. I did the example without problems, but when I integrated it in my program, it broke.
The problem is, when I click on the "Sign" button, it takes 5-10 seconds until the signature capture is…

BKosar
- 41
- 8
2
votes
0 answers
XAdES Signature Value Calculation

dijkstra
- 1,068
- 2
- 16
- 39
2
votes
1 answer
What's the best way to capture a digital signature in Rails 4?
Do I use a jquery plugin and then store it as an image? Is it ok to use that signature to populate a pdf for the form they are signing? Totally lost on this one so any advice would be very much appreciated.

Buck3000
- 321
- 4
- 11
2
votes
1 answer
Wacom signature on ASP.NET forms
I'm writing an ASP.NET webform application that should use Wacom tablet (STU-430) signature to sign up documents produced by the application itself.
The ASP.NET application runs on a web server and the remote client (Internet Explorer only at this…

weirdgyn
- 886
- 16
- 47
2
votes
1 answer
JQuery jSignature getting and posting generated image
I am trying to use the Drawing app found here:
https://github.com/brinley/jSignature/
The situation:
1
Edit pad where images can be drawn
Button that extracts the image and sends the image by AJAX to another file
2
The second file fetches the image…

Alex
- 1,223
- 1
- 19
- 31
2
votes
2 answers
Docusign: Getting an embedded recipient view without having templateID
I have scenario where I need users coming on a web site to upload a document and another user has to sign this document.
What I have done till now:
Step1: Login through email,password and Integratorkey
function(next) {
var url =…

user3359876
- 41
- 3
- 7