Questions tagged [electronic-signature]

Electronic signatures are digital representations of a person's "wet" or "live" signature.

162 questions
0
votes
2 answers

java.lang.NoSuchMethodError: 'void org.glassfish.jersey.model.internal.CommonConfig.(javax.ws.rs.RuntimeType, java.util.function.Predicate)'

I am working on use the embedded e-signature in my web app ( java eclipse) i get this error and i do not understand what it means ?: java.lang.NoSuchMethodError: 'void org.glassfish.jersey.model.internal.CommonConfig.
0
votes
1 answer

What happens to Huffman in this case (compressing image)

I was wondering , what happens to Huffman coding when the pixels are similar, so basically Huffman uses probability of each symbol and worth through it. what happens if the image was like this: 1 2 3 4 5 6 1 2 3 4 5 6 1 2 3 4 5 6 ect. does Huffman…
0
votes
1 answer

Using e signature in .net core application with time stamp

I am building an data entry application using .net core. When adding a new row in my database, I need to allow user to add e signature. The workflow will be like this, there will be a from eg.(Name,Age,etc.) and a canvas field for e signature. I…
Steven Sann
  • 478
  • 1
  • 7
  • 27
0
votes
2 answers

DocuSign get Pem file

I'm using DocuSign to sign my documents. I need the .pem file but I don't know where to find it. When I sign a document and download it I only get the signed document and a summary document. Where can I find the .pem file? Does each document I sign…
0
votes
1 answer

A JavaScript error occurred in the main process. TypeError: electron.BrowserWindow.addDevToolsExtension is not a function

When I introduced devtron into electron, the program reported an error。 Uncaught Exception: TypeError: electron.BrowserWindow.addDevToolsExtension is not a function at Object.exports.install…
0
votes
0 answers

.P12 Certificate in PHP cURL to an endpoint

I have a .p12 certificate and i want to use it in my call to an endpoint which requires the certificate in order to complete the successful call. I have added the certificate with Postman and it was a success however when testing locally it is…
M Arslan
  • 1
  • 1
0
votes
1 answer

PHPWord : Is it possible to replace placeholder text in a document with an image (at the same position where the text was)?

As part of the implementation of an electronic signature function. I need to add the signature at a specific position in the Word document. The position however could vary from one document to another. The only potential solution to this seems to be…
coderdonezo
  • 399
  • 1
  • 12
0
votes
1 answer

Zahid-Ali-Shah SignatureView Not Working anymore?

I have been using zahid-ali-shah/SignatureView's SignatureView for a few years now and today implementing it on a new project I am unable to draw the signature and have tested it on both emulator and physical device. This has been convenient in…
Keeano
  • 309
  • 8
  • 33
0
votes
1 answer

How to sign documents with an advanced electronic signature after KYC

In order to onboard users, we have to identify them and they need to sign a contract (through our web application). The signed contract must be compliant with eIDAS AdES, so a PAdES. The users are identified either through SPID or onfido (but it…
0
votes
0 answers

FileMaker Pro Electronic Signature

I have created a document in FileMaker Pro for my company and I need to write a script to where it PDF's and sends an email attachment to the employee in my company to sign. Once the employee signs, I need the document to capture the signature in…
0
votes
1 answer

Is there a way to include an option to disable Data Replicating in Multiple Fields on Admin Docusign Sandbox API

Good day Docusign team and users in Stackoverflow. Currently my client purchased a program called "FMesignature document edition" a program made through Filemaker [databuzz website] to setup and send information a document through email for…
0
votes
0 answers

Printing pdf form access and secure it

Does anyone know if and how i can print a PDF from Access and secure it with a digital ID? I can print to PDF on buttonclick, but now i want to secure it in the same step. This means that i need to get up the Sign with digital ID box when i export…
0
votes
1 answer

How to fix “Cannot read property 'toDataURL' of undefined” in ngx-signaturepad

I'm using ngx-signaturepad with Angular 9. The drawing part works great but in drawComplete() I'm getting this error "Cannot read property 'toDataURL' of undefined" because this.signaturePad is null and I have no idea how to fix it. Any ideas would…
TheJonz
  • 394
  • 2
  • 11
0
votes
1 answer

Signature Capture on Mobile in Angular 9

I'm new to Angular and I need help to implement a Signature Capture in Angular 9 with Typescript. This has to work on a mobile device and a computer. I've looked at this example but it doesn't support…
TheJonz
  • 394
  • 2
  • 11
0
votes
1 answer

Adding single annotation to multiple pages of PDF

I need to add a signature in two places on a two paged PDF, with a single annotation. Currently, the signature will go to both locations if the PDF is not scrolled. If I do scroll, the signature(image) only goes on the current page. func…
KWK1013
  • 1
  • 1