『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
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
Como inserir o nome da empresa no endereço de email padrão "Adobe Sign <adobesign@adobesign.com>" para "NOME DA EMPRESA <adobesign@adobesign.com>" ?
Hi all,I need to send a document to 2-3 people in my organization who have administrative assistants that handle their signature routing. The signature routing chain might look something like this:Me (document creator)My supervisorMy manager1 Assistant -> Director2 Assistant -> Legal3 Assistant -> Administrator I thought that I could easily do this in adobe sign by requiring signatures in order, and then assigning certain signatures to Assistants 1, 2, 3 who can then delegate the signature to the appropriate party. The tricky part is that Assistant 1 needs to take over routing the document after it has been signed by the Director. She routes to Assistant 2 and then after Legal has signed she routes to Assistant 3 for the Administrator's signature. The issue we have now is that the document becomes locked after signatures. So even when she gets the document back after the Director signs, she has to unlock it using one of those print as PDF workarounds, assign new sign
I work at an airport that provides badges to everyone who works here. We have a badge application that all of the companies have to fill out and they have a specific person per company that signs off on the applications. Both people, (The applicant and the Authorized Signer) need to sign the same form. I can't send them the applications every single time they have a new employee. Is there a way to do this without me having to email them everytime? Thank you
I am integrating Adobe Sign in our application, I want to open a uploaded agreement in a browserso that user can add signature block and send to recipients, agreement are created through refresh Tokengenerated by adobe sign.I want a url of that agreement that can be pasted in browser and Itdoesnot ask for login again in browser for that userlike some of the esign vendor do.Can I do this in adobe sign.
Hi there, we are using adobe sign and sending multiple documents across to our clients to sign. The issue we have is when we're selecting the templates to send over we sometimes miss one, or add in one that doesn't need to be in there. Is there a way of just removing a single template or adding one in, once we've created the multiple template document.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.