Acrobat Sign Dev Community: Connect, Learn, Innovate
Recently active
I have created an account and opted Adobe Pro (free trail for 7 days). Now I am trying to test signing a document having signle page PDF. While sending the agreement detials for Adobe Sign (Status: AUTHORING) getting error message and email mentioning that "We were unable to create your agreement Test because your document Single Page Agreement_pdf.pdf exceeds your page limit of 100."This is the very first document which I sent after creating the Account.I am testing the signing flow through our application which is integrated with Adobe Sign. Pls let me know why we are getting this error and how can we remove this.
I am developing an integration with Adobe Sign for my application and intend to pilot it with a client who is already an existing Adobe Sign Enterprise customer. My Sign API app's status is active and the domain is "PARTNER" (access to any authorized Adobe Sign account). While the benefits of being on the App Exchange are of interest, I have a greater need to launch this integration for this one customer first. Will I be able to use my integration through my app with this existing Adobe Sign Enterprise account while the certification is still pending, or am I required to complete certification for any usage outside the developer account?
Is it possible to send multiple agreements with mergefields looking at the same object in salesforce as one agreement? I have a scenario where I need to send an agreement comprised of multiple templates as one agreement. We are trying to 'build' a large agreement by pulling in multiple agreement templates and sending at once. Issue is-when trying to add the files the merge fields come over as text and not the information as related to the object they should be referencing. Only the original template is correct.
The scenario is as follows:We host a platform with multiple usersWe would like our users to sign agreements with each other via our Adobe Sign accountWe are not part of the signed agreementsOur users do not have an Adobe Sign account themselvesOur ideas is:User A uploads a PDF file (i.e. a contract that has to be signed by User A himself and User B)We create an Adobe Sign Web Form / Widget with this PDF file Important: User A should now be able to add any signature fields they wish to the PDF via the Adobe Sign Web Form without requiring an Adobe Sign account on his own. For testing, we created the Web Form via REST API and set User A as the initial participant. The Web Form itself is set to the AUTHORING state. But, upon embedding the widget, in order to edit/add form fields, User A is prompted to sign in with his Adobe Sign account. How can we let User A add the required signature field(s), finish the web form (so it becomes ACTIVE) and subsequently send
Hi Team, I know we can create an agreement using adobe web portal where we are allowed to add the label and the multiple signatures on a specific position on a particular page. I want to do the same process using api for creating Agreement. Through API I want to allow a specific signer to sign at a position. like If I have 2nd signer for a agreement an If I want both signers to sign in different different locations and on one signer's location is one page(2), The other singers to sign another page (4) I don't want to allow other signer to sign. Then How can I do the same through api. I posted following Json. But not working{ "fileInfos": [ { "transientDocumentId": "{{transientDocumentId}}" } ], "name": "RENTAG TYPE 2", "participantSetsInfo": [ { "memberInfos": [ { "email": "xxxxx@gmail.com", "name": "xxxx s" } ], "orde
Hello, I have the latest version of Adobe and the Combine file options disappeared when I selcct multiple PDFs and right click. Can someone please urgently help me?
I am looking for a way to send a PDF for signature using Adobe ESign API and an authentication mechanism using a PIV Card.I am supporting a project for a client and we are looking for a way to do the Adobe E-Sign the recipient of the document will be authenticated using a PIV card. Can you please provide me with pointers to this solution?
I have a JObect like below: {"fileInfos": [{ "transientDocumentId":"123#","label": "label for Doc 1"}],"name": "JaneDOE_VOE","participantSetsInfo": [{"memberInfos": [{"email": "abc@gmail.com"}],"order": 1,"name": "Signer - one","role": "ACCEPTOR"}],"signatureType": "ESIGN","externalId": {"id": "NA2Account_9/19/2023"},"state": "IN_PROCESS"} I want to convert this JObject to AdobeCreationInfo data type.
Hi, We need to integrate Adobe Sign API with our application.We have followed the instructions provided in the developer_guide "https://opensource.adobe.com/acrobat-sign/developer_guide/gstarted.html".But there is no option "API Application" to create an application in our account.There are only two options available in the left side menu. API Information API Request LogPlease guide me how to get the option "API Application" enabled in our account?
Hello, I am trying to create an application that uses the Adobe SIgn API to send out a document to signatories. My question is as follows, Is there a way where I can handle the following use-case:- Attach a document to an agreement.- Create the agreement along with the recipients and save it as a draft.- Redirect the user to an interface where he/she can view the uploaded document and specify where each signer can sign on the document.- Once complete the user can send out the agreement to all the recipients.- As the document is being signed by each signatory, I can view the process through the API and download the completed document once the cycle is complete.Thank you for your assistance.
Hi, I know we can create an agreement using adobe web portal where we are allowed to add the label and the multiple signatures on a specific position on a particular page. I want to do the same process using api for creating Agreement. Through API I want to allow a specific signer to sign at a position. like If I have 2 signers for a agreement an If I want both signers to sign in different different locations and on one signer's location I don't want to allow other signer to sign. Then How can I do the same through api.
Bonjour, Est il possible de dévérouillé un pdf signé ? Le site INPI sur lequel je dois déposer ce document me demande une version non sécurisée, or par défaut un pdf signé est sécurisé et je n'ai pas accès aux modifications des méthodes de protection. Merci d'avance,
Hi~ I've created a template that will hide the information entered by Participant 1 when Participant 2 clicks on a checkbox, this also shows a form field for Participant 2 so they can enter information. If Participant 3 clicks on a second checkbox, the information entered by Participant 2 is hidden and a new form field shows so Participant 3 can enter information. This works, but in the end, the data from all three participants shows on top of each other. Is there a way to only show the last edit? This is a document that collects information (unit number) from Participant 1 when they sign the document, then when the document gets to Participant 2, if they want a different unit number, they click on checkbox1 and Participant 1's information is hidden and they enter the unit they want to use, and the same happens for Participant 3 when they click checkbox2. We currently have a similar document that allows this with Participant 1 entering the information a
Hello, I am integrating Adobe eSign using C# application. I have a pre-filled PDF form with name, city and other details. In which I have to add the signature fields at the bottom of the page. How to achieve it. I created the transient document and agreement with the pre-filled form. But data(name, city, etc) is empty when the recipients got email for signature. Please suggest on how to keep the prefilled data after creating agreement. Thanks
I've .net 6.0 serviceI've built and included the dlls and namespaces as per instructions hereC#: Acrobat Sign SDK — Acrobat Sign SDK Downloads (adobe.com)Every call to create ANY api instance throws an issue with the type initializer for RestSharp.Anyone had a similar issue? RestSharp Exceptions?
I am trying to open a pdf template found at https://acrobat.adobe.com/link/documents/agreements/#agreement_type=template in VBA code and fill the form fields from MS Access data. I cannot find the right url, however, to download the template. When I click on the template, and copy the url in the browser url bar, and paste that in my VBA code what gets downloaded is not a pdf it is html. I have clicked around and cannot find the right url for the actual pdf template anywhere.
Using /widgets/{widgetId}/views with the body { "name": "AUTHORING", "commonViewConfiguration": { "autoLoginUser": true, "noChrome": true } }gives us the link back, as expected, but my boss wants it to not confirm the user email address. When we try the same exact request using the API reference, the resulting link does not require the confirmation. So there is something different about the request. In both cases, we're testing the link in a private window were we are not already signed in. I've tried each of the different scope suffxies, but it hasn't made a difference.
Hi I am using adobe sign api to create agreement and it is I have passed RedirectUrl and RedirectDelay=0 as a PostSignOption Parameter. It is working fine when a user signs and redirects to given url. but if a user declines the signature then it is giving adobe thank you message but not redirecting to the given RedirectUrl. Could anyone guide me how can I redirect to URL even after decline the signature?
When i send out a template of new hire paperwork, i set up the KBA security for the recipient, however when they submit the paperwork and i get the notification email, i am able to open the PDF's of all the forms without entering a password? So how is this secure? The forms that i am getting returned are the ones with the SSN, birthday, etc. on them. Is there a way to set it up to where we have to enter a password to view the document?
I am trying to create agreement using .Net APIs. When I create the agreement from .Net APIs, by default it is having status 'Out for Filling', but I would like to change it to 'Out for Signature' In the developer resource, AgreementCreationInfo class is having fields sendType and senderSigns. But that is not available from Rest APIs. Any advice?
I have two radio choices and i only want the user to be able to select Yes or No. If I give them the same name, only one displays. I'm not surprised. If I give them different names, both can be selected. It seems like there would be another attribute to group them, however I dont' see anything in the documentation.https://secure.na1.adobesign.com/public/docs/restapi/v6#!/agreements/updateFormFieldsThis is occuring using Adobe Sign API v6 in PHP using the following call: PUT /agreements/{agreementId}/formFields$array[] = array("contentType" => "DATA","name"=> "credit_card_sameas_1",'assignee' => $strAgentId,"inputType"=> "RADIO","radioCheckType" => 'radio',"readOnly"=> false,"locations"=> array(["pageNumber"=> $iPageNum,"top"=> 442,"left"=> 344,"width"=> 15,"height"=> 15]),'visible' => true);$array[] = array("contentType" => "DATA","name"=> "credit_card_sameas_2",'assignee' => $strAgentId,"inputType"=>
https://salesforceintegration.in1.echosign.com/public/agreements/view/CBJCHBCAABAAY43QUWR-YxoO0FK3eXY_-MyvD49GPTPE?type=esignIn salesforce where the CBJCHBCAABAAY43QUWR-YxoO0FK3eXY_-MyvD49GPTPE this id is stored? How we can get it?
When someone signs a Training Agreement and we get the doc back, we need to send a email notification to the HR with signed document link, How to get the signed document link and show in previewable mode? On agreement there is a field called signed pdf it has signed doc link but when we click on it file is getting downloaded instead of showing in preview mode.
Agreement is filled with currency values from salesforce via Merge Mapping.I want to display 1,000.00. For example, test_total__c field is currency, mapping testTotal to Agreement will display 1000.00 instead of 1,000.00.Is it possible to do it inside the settings of the Agreement field through a formula? Or is it necessary to make a separate field in Salesforce with the required value?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.