electronic-signature

Add signature to pdf with itext

拜拜、爱过 提交于 2019-12-14 03:37:42
问题 How do I add a e-signature(persons makes his signature on a tablet) to a PDF using itext in a way a signature is directly added not converted to an image so, eIDAS regulations, basic electronic signature procedure is uphold. I do not want a digital signature with a certificate only a person signature written on a tablet. An example would be signosigns app: http://en.signotec.com/portal/seiten/download-signosign-mobile-for-android-900000340-10002.html 回答1: Use itext pdfstamper to write the

Xml signing with remote applet devices

偶尔善良 提交于 2019-12-11 19:03:13
问题 All files are stored in the cloud system. The average size of file 200MB.Very large size of the files.Also Usb token on the client side. I don't want to transfer entire file from the server to client. I just want to sign the hash of the file on the client side. How can I do this with the xades4j library? 回答1: I'm not sure I fully understood, but here are some ideas: Make the file accessible via HTTP. Xade4j (actually, the underlying Apache Santuario) already supports HTTP data object

Docusign: Getting an embedded recipient view without having templateID

偶尔善良 提交于 2019-12-11 01:35:34
问题 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 = "https://demo.docusign.net/restapi/v2/login_information"; var body = ""; // no request body for login api call // set request url, method, body, and headers var options = initializeRequest(url, "GET", body, email, password); // send the request... request(options,

Digitally Sign DATA, Not Documents [closed]

冷暖自知 提交于 2019-12-08 01:24:26
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . 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 PDF is generated and digitally signed with a digital .CER certificate and the PDF is saved to the file system.

Classic ASP and Signature Pad

梦想与她 提交于 2019-12-06 13:18:49
问题 I'm trying to get a Classic ASP version of this app to save images to my server: https://github.com/szimek/signature_pad I've tried various combinations of using the Base64 output but have not had any success. I've searched this site and Googled but haven't been able to find anything that makes sense to me. If anyone has any ideas on how to convert the output from Signature Pad to a server side image I would be very grateful! The JS code is: var wrapper = document.getElementById("signature

Digitally Sign DATA, Not Documents [closed]

五迷三道 提交于 2019-12-06 10:43:06
Closed. This question is off-topic . It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . 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 PDF is generated and digitally signed with a digital .CER certificate and the PDF is saved to the file system. Each doctor had their own .CER file and password which was a real PITA to maintain and the overhead of

Classic ASP and Signature Pad

陌路散爱 提交于 2019-12-04 18:44:05
I'm trying to get a Classic ASP version of this app to save images to my server: https://github.com/szimek/signature_pad I've tried various combinations of using the Base64 output but have not had any success. I've searched this site and Googled but haven't been able to find anything that makes sense to me. If anyone has any ideas on how to convert the output from Signature Pad to a server side image I would be very grateful! The JS code is: var wrapper = document.getElementById("signature-pad"), clearButton = wrapper.querySelector("[data-action=clear]"), savePNGButton = wrapper.querySelector(

iPhone signature capture

泄露秘密 提交于 2019-12-04 13:35:26
问题 Is it possible to transfer a signature from an iPhone into an .xls file via a cable (USB) connection? 回答1: So, this may not be exactly what you are looking for, but this is how I capture a signature drawn by a user (with their finger/stylus). Your UIImageView will have the drawn signature. I have not thought about how to transfer the signature image to the .xls but you could save the image to the device's photo library then export it like you would any other image, then drop it into the .xls

iPhone signature capture

橙三吉。 提交于 2019-12-03 08:33:15
Is it possible to transfer a signature from an iPhone into an .xls file via a cable (USB) connection? So, this may not be exactly what you are looking for, but this is how I capture a signature drawn by a user (with their finger/stylus). Your UIImageView will have the drawn signature. I have not thought about how to transfer the signature image to the .xls but you could save the image to the device's photo library then export it like you would any other image, then drop it into the .xls (I know, that's a manual process). I hope this helps. SignatureViewController.h IBOutlet UIImageView

Generating XADES-BES with “ds” prefix

江枫思渺然 提交于 2019-12-02 09:56:14
问题 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#"> <SignedInfo> <CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/> <SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/> ............. ...... ... </Signature> <Object>....</Object> I need to generate XADES-BES xml format,, thats wy I want to add Prefix "ds:" to signedxml. without "ds",