Questions tagged [adobe-sign]

24 questions
3
votes
2 answers

Adobe sign API - create a widget with pre-filling details

I'm trying to implement the functionality, where users need to sign documents within the application process instead of sending a document to user for eSignature. I used Adobe Sign API(using trail account) to achieve this and was able to create a…
ramganesh
  • 741
  • 1
  • 8
  • 33
2
votes
0 answers

Adobe sign Create Web Form API exmaple or workflow

Everyone. I'm new to Adobe Sign API integration. I need a good example of Create Web Form and end FormFields API using jQuery Ajax or workflow. I have done like this. generate an access token. create a web form with the state "DRAFT". change form…
2
votes
0 answers

PDF corrupted when uploading a document with .NET HttpClient

I am trying to upload a document to this AdobeSign API endpoint While I have found a way to do it succesfully with the RestSharp RestClient with my below code: var client = new…
Frederic
  • 2,015
  • 4
  • 20
  • 37
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

Digital signature integration in asp.net core

I have integrated digital signature on a pdf using asp.net core and adobe esign API. So I can sign the agreement via email or sign via the embed widget in my website. But actually, I want show a simple agreement (this is just text) and sign it in a…
0
votes
1 answer

Extract signature image from PDF signed with Adobe Sign

I'm trying to extract the signature image from a PDF signed with Adobe Sign. Not sure how Adobe adds this image. I have tested in Java with iText and PDFBox. Normally when you traverse through the PDF structure with some tools e.g iText RUPS you…
krillov
  • 79
  • 1
  • 14
0
votes
0 answers

How to use filter/parameters in AdobeSign API v6?

I am using Adobe Sign API /agreements and /events endpoints in python to first pull in all agreements sent using a particular account and then pulling in all relevant events for those agreements based on the agreementId returned. Code for pulling in…
bourgeoisna
  • 95
  • 1
  • 11
0
votes
0 answers

Adobe Sign - How can I add the signer name with text tags?

I want to put the name of the signer in the transient document I sent. I tried with: {{fn_es_:signer1:firstname}} {{ln_es_:signer1:lastname}} {{Name_es_:signer1:fullname}} {{N_es_:signer1:fullname}} but this only captures the strings that…
sasuke39
  • 1
  • 1
0
votes
0 answers

How can I specify the page of the field to merge info in a template in Adobe Sign API v6

I have a template with read only text fields and I want to merge info using the endpoint POST /agreements: https://secure.na1.adobesign.com/public/docs/restapi/v6#!/agreements/createAgreement The problem is, I want to use the same template to fill 2…
sasuke39
  • 1
  • 1
0
votes
0 answers

How to download a signed document, one document at a time from an agreement in Adobe Sign using REST API?

Once a document is signed and I want to download the signed document stream, Adobe Sign API currently offers two endpoints but with some limitations. How to download a signed document, one document at a time from an agreement? a. GET…
MiniKh
  • 61
  • 7
0
votes
0 answers

Adobe Sign OAuth Flow Error: Security Violation at /oauth/token

I am trying to integration with Adobe Sign and the first step is getting an access token via OAuth2.0 flow. This is not my first time for SSO integration and OAuth flow and I am pretty familiar with Authorization Code Flow. However, I can't really…
0
votes
0 answers

Change defult text from dropdown - AdobeSign/JSON

Using JSON and an Adobe Sign integration, on a generated word file, I've created dropdowns with values. { "backgroundColor": "", "borderColor": "", "borderStyle": "SOLID", "borderWidth": -1, "displayLabel":…
RMMA
  • 9
  • 1
0
votes
1 answer

Adobe Sign API password protection not working

I am uploading an agreement to Adobe Sign that needs password protection. Per https://secure.na1.adobesign.com/public/docs/restapi/v6 I should include "securityOption":{ "openPassword":"0123456789" } The separate article…
Devin Rodriguez
  • 1,144
  • 1
  • 13
  • 30
0
votes
0 answers

PyPdf2 interactive form elements missing after Adobe sign

I have an Acroform pdf that contains a combination of text and interactive fields like dropdowns and checkboxes. I am using PyPDF2 to successfully retrieve all the field values (using get_Fields() and decrypting it with the default '' password),…
javapyscript
  • 720
  • 8
  • 22
0
votes
1 answer

Adobe Sign API: "access_denied: Scopes not enabled for this application" while creating OAUTH access token

I want to create an access token for the "Acrobat Sign REST API V6". I'm logged into the echosign backend https://newsign.eu1.echosign.com/public/docs/restapi/v6#!/ Now I try to create the access token. I click on the "baseUris" section and then on…
MichaB
  • 495
  • 7
  • 20
1
2