The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
15 views

Using a remote tablet as a signature pad

I have an idea for a signature pad system but wanted to get some feedback. I have a rails app and plan on using Thomas Bradley's library for signature capture. However, I would like the signature to ...
-2
votes
1answer
26 views

Electronic signature

I was asked to code electronic signature for the form. But I can't understand a thing from the description. Is it my qualification or something is missing? Here is description: MAC008(x1, x2, …, xn) ...
-1
votes
0answers
22 views

AC voltage description relationship [closed]

How to describe AC voltage what we got in our homes? i need to describe 230V 50Hz what is used in europe with this relationship U = A sin(ωt+ φ) where: ω=2πf φ=Phase in radius ...
0
votes
1answer
112 views

What is the difference between closed system and open system esignature?

I need to find a solution for one of my clients who is asking me to implement a esignature solution. I was thinking of suggesting some solutions like DocuSign or EchoSign. But recently my client said ...
0
votes
0answers
25 views

How would you go about mixing electronic and traditional/wet/handwritten signatures?

I am interested in your comments about my suggested solution and in hearing about solutions that you feel might also work out well in everyday practice, even if not without legal doubt (kind of like ...
2
votes
2answers
94 views

Performance of XML digital signature: enveloper vs enveloping vs detached

XML-DSig describes 3 positions where the signature of an XML document can be placed relatively to the XML document : the signature can be detached, enveloping, enveloped What are the implications in ...
0
votes
2answers
206 views

Digitally Sign DATA, Not Documents [closed]

What constitutes a "legal" digital signature for a web form (not a document)? OPTION 1: I worked on a project where a doctor makes notes on the health of a patient. When the web form is submitted a ...
0
votes
0answers
185 views

Alternatives to EchoSign or getting someone to sign a PDF electronically [closed]

Are all solutions for PDF electronic signature requests associated with a fee? Looking to send a few clients a PDF from Acrobat Pro and I'm trying to figure out how to place a field where they can ...
0
votes
0answers
46 views

Delegate for a view controller is null and not responding

I have used some good code from Jesse Bunch from https://github.com/bunchjesse/JBSignatureController . It is working for the most part (the signature drawing itself is good) but the Cancel and ...
0
votes
0answers
47 views

Process of e-sign live api integration

Can somebody suggest me how to integrate e-sign live to my web app ? After integrating, what are the things that the API will handle and what are the things that it expects me to provide to work ...
0
votes
0answers
141 views

electronic signature and digital certificate server on linux

Looking for solution to be able to allow our CRM users to sign online documents on our site , is there opensource solution for this ? basically we will be signing the documents on behalf of the ...
2
votes
1answer
51 views

Count number of digital signatures?

I have a form that allows for multiple signatures. I would like for the form to count the number of signatures and display text if under 3 signatures (as a warning). How can this be done? I assume ...
1
vote
1answer
486 views

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 ...
0
votes
2answers
720 views

wacom stu-300 , wintab32.dll? Where, how do I start? Cant find wintab32…? VB.NET

I purchased two Wacom stu-300 signature tabs. I had the ooption of buying the significant SDK/software, but I wanted to interact witht he pads myself. From research I see that I basically need access ...
0
votes
0answers
54 views

Electronic singnatures are safe? I am going to signup with groupdocs

I am going to signup with groupdocs.com http://groupdocs.com/apps/signature em little bit worried about security as signatures should be in safe hands, does anyone got experience of digital signatures ...
1
vote
0answers
425 views

Generating XADES-BES with “ds” prefix

I used signedxml class for generating xml signature. And the result xml like below; <Signature Id="orderSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"> ...
0
votes
1answer
300 views

Digital/electronic signature basic concepts and Example

I'm totally newbie on this area and I must do a little project with this. Can anyone tell me some links to get a basic example about how implement a simple digital signature. The project is very ...
0
votes
3answers
795 views

How to access Topaz Signature Pad ActiveX object through javascript?

We are using the Topaz Systems signature pad device for recording electronic signatures on documents. Here is the company provided demo for javascript usage: Javascript-based HTML Internet ...
2
votes
2answers
2k views

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 ...
2
votes
1answer
504 views

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 ...
2
votes
1answer
1k views

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 ...
3
votes
1answer
3k views

iPhone signature capture

Is it possible to transfer a signature from an iPhone into an .xls file via a cable (USB) connection?
1
vote
3answers
91 views

Are there existing web sites that use a photo as a electronic signature?

The use case: to sign a electronic document, users view the document, and if they agree take a picture of themselves with their webcam (done through Flash from the browser). Then a PDF is generated ...
1
vote
1answer
809 views

Caputure Signatures in asp.net mvc

I am going to start to work with electronic signatures for a website for my company. I was wondering if anyone had any suggestions on best practices and/or implementations. Note, I am not asking for ...
15
votes
8answers
5k views

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 ...
3
votes
2answers
332 views

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 ...