Join the Acrobat Sign community. Connect, Help, Be helped.
Recently active
Our organisation has recently been forced to change to user based licensing as opposed to our device based licensing in our education environment for our adobe products. I have younger users who are struggling with this and I would like to prefill the email address for them to sign on to adobe products. We have single sign on which is working once they enter their email address but for some users this can be 40 letters long. Having to support close to close to 10,000 users is a nightmare for us. Is there any method to supply this automatically via registry / command line / script or any other method to creative cloud client or the applications ?
I've created a Web Form to post online as an application for a program my org runs. When applicants submit them, each of the documents comes back to me with the same file name Program Application 2021. Once I download them all to share with colleagues and store in our files, there's no differentiation in file name. Is there a way to set up Web Forms to append the Signer name to the final file name?
I have a safety form that requires signatures for those that read it. One of my coworkers declined signing to see what would happen. I received notification that everyone signed but him. Is it possible to reissue the copy with everyone elses signatures back to the person who declined so he can sign it? Right now there is a blank signature line in between the others where he was meant to sign. Thanks! [Title renamed by the moderator]
Hello, I'm looking to send a document to apprx 100 recipients for signature using the Bulk tool. Is there a way that the company signatory can apply their signature in AdobeSign to all 100 documents, prior to routing to all the recipients? i.e., without having to click to sign each of the 100 documents individually. Or, is the only way to achieve this by inserting a digital image of the signature in word and using AdobeSign to obtain the e-signature only of the other parties. Many thanks.
Is there a feature in adobe sign where sender can bulk sign documents and receiver can just verify if document is signed and therefor not tempered. No one can sign documents if they are in very very high volume.
Hi - Is there a way to limit the available radio buttons in a group based on the selection of a particular radio button in another group? For example if I have group A with 4 options and group B with 4 options, and option 3 in group A is selected, can I have options 1 & 2 disabled in group B' only allowing options 3 or 4 to be selected? thanks!
I have a fillable PDF, which is send to sign through ESign REST API. After the document is signed I would like to download it and retrieve form fields data for further processing. Is it possible to keep form fields after PDF is signed or the only way is to call formData API?Before sending pdf to Adobe I've got a bunch of form fields that I'm able to process, but after downloading signed document there is only a signature field.
Just bought a chromebook , need to sign and edit a lot of emailed pdfs , no problem downloading, signing or editing and they save perfectly on google drive, docs etc and re open perfectly but the instant I attach them to an email , outlook or gmail all the signatures and edits disappear. All works perfectly on my phone and a windows laptop but absolutely not on Chromebook. PDF extension for chrome in place and Adobe all working perfectly , only an issue on attaching to emailAny suggestions would be appreciated .... rather than ditch the chromebook LOL
I am trying to create a transient document in adobe sign using rest api.Following is my code snippet:Http h = new Http(); HttpRequest req = new HttpRequest();req.setEndpoint('https://api.in1.echosign.com/api/rest/v6/transientDocuments');req.setMethod(postMethod); req.setHeader('Content-Type', 'application/json');blob testFileContent = blob.toPDF('test string it is'); req.setBody('{"fileName":"testsign","file":"'+testFileContent+'"}'); String authorizationHeader = 'Bearer ' +acceessToken;req.setHeader('Authorization', authorizationHeader); try{ HttpResponse res = h.send(req);However I am getting the bad request error in response.Issue maybe due to the tag mismatch with adobe sign requirement, however after a lot of research and trial and error I am not able to find the accurate tags to put in JSON for this API request. Any suggestion and help ?
hi, I have a developer account for testing out API. As for my code I am able to get refresh tokens issue ( using nodejs/javascript for coding). I am stuck at create transientdocuments, they are working fine from front-end the test API. here is what I am using. Any suggestions would be appreciated const formData = { "File": fs.createReadStream("./outputpdf/output2.pdf"), "Mime-Type": "application/pdf", "File-Name": "output2.pdf" }; //end of formdata  
Hello,I have a document where a person would have to date and initial multiple times (sometimes, up to 180 times) over the course of several days. The date/initials would have to be contemporarious and saved every time the person opens the agreement (i.e. there would be 7 instances of a May 7th date/initials, 10 instances of a May 10th date/intiials, and then a signature on May 10th).Once they finish, they will sign the form at the end. Is this something that is even possible using Adobe Sign?
I have the need for a user to be able to sign the same document twice. Signer1Signer2Signer3Signer4Signer2But when I set this up(me being Signer2), everything goes great until the final signature. I get the error below. Any thoughts??
Hello,when I try to sign a document via the Adobe Sign Outlook Plugin an Outlook-in-app-browser-window opens saying cookies are necessary for the plugin to work and it is asking for permission to activate cookies. But becaus it is an Outlook-in-app-browser-window, I did not find any option to change the cookie-options. In the Standard-browser cookies and tracking is activated. But it sees that this has no effect on outlooks own browser-windows.How can I allow Cookies for Adobe Sign for Outlook?I'm am on a Mac.
Hi there I have a Power Automate scenario that should send an agreement once a file is created in a specific SharePoint folder. This needs to be send to three specific users, but only one of them needs to sign to succeed, with this step all three have to sign now . I know you can use a group, where one member of the group has to sign, within Adobe Sign, but I have not find this option in Power Automate.
Is there any way to change "Open agreement" text in notification letter which i received after document is signed?"Open agreement" is the link to signed document
I am having issues when I send a document and they are filling out the fields and return it they are blank and one person is stating that the fields will not let them type anything. Any idea how to resolve this issue?
Emailed a document after using fill and sign. need to change an item and it is requesting password to unlock. I input password for Adobe and for my email. Wont unlock the doc. what's the secret?
Hi,I am trying to embed a PDF using PDF Embed API. The PDF URL is generated using "combinedDocument/url" Adobe Sign API. When loading this URL using PDF previewer, I'm getting a CORS error as shown below. Access to XMLHttpRequest at 'https://adobesign.com/document/cp/document.pdf' from origin 'https://google.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. This is my View SDK PDF Preview Code. previewFile(divId: string, viewerConfig: any) { const config: any = { clientId: 'CLIENT_ID', }; if (divId) { config.divId = divId;} this.adobeDCView = new window.AdobeDC.View(config); const previewFilePromise = this.adobeDCView.previewFile({ content: { location: { url: 'https://documentcloud.adobe.com/view-sdk-demo/PDFs/Bodea Brochure.pdf', },
So I created an environment after creating a free developer account (e.g. Account A). The purpose of this was to test the APIs in a 'sandbox' environment instead of on our enterprise environment. The thing is, I created this dev account (Account A) with an alias email address from my work.For example:[fullname]@org.com (Account A)[username]@org.com (logs in via org's Single Sign On) So to avoid confusion I decided to delete the free dev account (Account A) and create another account with my personal email address (Account B). In doing so, I thought the free dev environment (from Account A) would be deleted too but it turns out, it's still online and this is an issue because the account linked to my personal email address (Account B) is actually a user on this free dev environment (from Account A). I want to create a new developer environment with the account linked to my personal email address (Account B). My questions are:How do I delete the free dev en
Hi,I am having problems with the automatic field recognition in Adobe Sign. I have a word file (contract) with several fields (name, signature, role) and table for the participant 1 to enter several values (4 columns, 7 lines in total). however when i upload the doc to adobe sign it doesn't recognize most of my fields as input fields. is there a way to ensure that adobe sign recognizes all of them? Can I maybe set up fields in word with predefined properties so that they are recognized as fields?? any input would be appreciated.I am sure there must be a way to avoid that the user will have to add all fields manually on these repetitive customer contracts. Thanks!oliver
I just worked for 4 hours on a new Adobe sign document and when I try to save progress I get an error message that reads... "An error occurred while saving the fields please try again later"Any help or suggestions would be greatly appreciated. Thank you!!
I'm having trouble with my clients locating the Adobe Sign doc I sent to them. Is there a way to email a link to my clients to the document for them to sign? Please Help!!
Hi guys, i'm having an issue (maybe an newbie one) regarding agreements created in DRAFT state through POST Agreements API. Shouldn't this be available on Manage menu on Adobe Sign? If i create it in AUTHORING state, the agreement is there, but i have a lot of features disabled. Can you please help? Kind regards.
Can you resize or have an anchor on the textboxes when using the mobile app version of Adobe Fill & Sign? The issue is that the text box continues to expand to the edge of the page, and I cannot resize it.
Hi all, I am new to Abobe Sign. I have a scenario to do In-person Signature from a button click of a record page, with attachment and recepients are runtime variables. I am using Onload Action to generate Agrement.Here is my Apex code to generate Agrement. PageReference newPage = null;System.debug('onloadAction.....'+currentSRF.Email__c);newPage = new PageReference('/apex/echosign_dev1__AgreementTemplateProcess');newPage.getParameters().put('recepient1', currentSRF.Email__c );newPage.getParameters().put('myAttachment',attachmentId);newPage.getParameters().put('masterid', currentSRF.Id);newPage.getParameters().put('templateId', 'a5E05000000CpHJ');newPage.getParameters().put('retURL', '/'+parentObjectId);newPage.getParameters().put('onloadAction', 'Send');return newPage; After excecuting this code. Agrement is generating, but in draft mode, and redirecting redirecting to the retURL Page. I Want to redirect the page where recepint can preview and sign the agreement.&nb
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.