Questions tagged [e-signature]

38 questions
3
votes
1 answer

How do e-Signature companies create valid digital signatures

For fun, I recently build a e-signature web app to allow users to add a handwritten signature to PDF (IE signing a TOS agreement). It only took a couple minutes of research to realize my method of just added a written signature image to a PDF…
NSjonas
  • 10,693
  • 9
  • 66
  • 92
1
vote
0 answers

Get Documents Signed via Email By Using Adobe Sign API

I'm using Asp.net MVC, The problem I'm facing is that I have to send a pdf by email to get signed by the customer. Now I've done this by using DocuSign. But the Client's requirement is to send the document using Adobe Sign. Now, I need to generate…
1
vote
0 answers

How to add Advanced Placeholder fields in esingatures.io template

I have a requirement where I have to prepare a single file from multiple files and bundle that to a single field. I have gone through the documentation of esingatures.io and found there are Advanced Placeholder fields are there and under that we…
Prince Chopra
  • 167
  • 11
1
vote
1 answer

How to remove sender name and sender email from the docusign email notification programmatically?

DocuSign sends an email to the signer, with the documents and if we don't mentions any email body, it just says please docusign document name, I wanted to know if we can remove sender details like Sender name, Sender email address, Hello recipient…
anonymous
  • 39
  • 5
1
vote
1 answer

How do I succesfully import DSS Library?

I have been trying to use the DSS library (as found in their git https://github.com/esig/dss) for an e-signature project. So far I have tried to manually download the Maven files and import them as external libraries, using JetBrains. I also tried…
1
vote
0 answers

view and edit PandaDoc Document Before Send to Recipient

From last few days I am exploring PandaDoc APIs for esignature purpose which is requirement for my project. So far I have used following APIs. create Document api : https://api.pandadoc.com/public/v1/documents send Document api :…
1
vote
1 answer

How to get all signed documents from docusign using python docusign API

My Question is can we download all the signed documents? These are things i have tried so far, the 1st one downloads documents which are not signed and second one just shows response from form_data endpoint temp_file = envelope_api.get_document( …
Huwaiza
  • 77
  • 2
  • 13
1
vote
1 answer

Docusign authentication without consent prompt/permission to each user of application for Email delivery

I am trying to achieve document signing using email delivery for an web application. But I don't wanted each user to see consent/permission prompt from docusign. Simply, user should able to click send document for esignature to docusign and should…
Kaishu
  • 181
  • 4
  • 13
1
vote
1 answer

Can I use GroupDocs to add e-signature functionality to CRM

I am investigating the possibility of adding e-signature functionality to a CRM SaaS. I am having some difficulty understanding the process, and how to use GroupDocs to accomplish this. The goal is to have users upload a PDF in the CRM, and email it…
Ben
  • 377
  • 2
  • 6
  • 26
0
votes
1 answer

DocuSign Signing with C# API

I would like to create DocuSign document with dynamic data from an C# application with Tables (which may contain 1 or more rows). I also need dynamic number of Users who need to sign the document. Since, dynamic data, how I let DocuSign know, which…
malathyr
  • 39
  • 1
  • 3
0
votes
1 answer

Retrieve Applied Template Page Ranges in DocuSign Envelope?

I am attempting to migrate/manipulate completed envelopes in DocuSign. Situation is a little interesting as the goal is to receive the completed signed documents (which are often combined pdf's with multiple templates applied) and split them up into…
0
votes
1 answer

Second signer does not see signature placeholder

There is a multi-age MD Word document that contains two anchors for two signers. The anchors do not contains any spaces (i verified in underlying XML). When I send a call to create an envelope, both are present and defined: { "recipients": { …
ioni
  • 453
  • 1
  • 5
  • 7
0
votes
0 answers

transfer e-signature from inkpicture onto an active worksheet

I am creating a visitor log, but I'm having trouble getting the e-signature into the desired column on a worksheet. I've been browsing and referring to a lot of threads here, but I feel like I'm losing it. Here's my code for Userform: Private Sub…
999G
  • 1
0
votes
2 answers

Document writeback option in DocuSign envelope template not working

I am sending a document using DocuSign envelope template in salesforce sandbox. I have given Document writeback to salesforce record option in my envelope template but the completed document not getting attached in notes and attachments related list…
0
votes
1 answer

Im using OAUTH2.0 but can pass the review before going live DOCUSIGN

I am in the process of going live in docusign from my developer account, when making the 20 consecutive calls i used Authorize Code Grant Access Token to get the access token but i am not passing the review and getting error "not using oauth 2.0",…
1
2 3