Acrobat Sign Dev Community: Connect, Learn, Innovate
Recently active
Hey all, We are looking at using the Adobe Sign app within MS Teams. This gives you the full Adobe Sign functionality from Teams (see screenshot).. However, we can't attach documents/files stored within Teams, you still need to extract/download them to a local location and attach.... We've spoken to Adobe Sign support and this isn't functionality they support/provide and said it would need to be something we would need to develop. Just wondering if this is something people have already developed. Any help would be greatly appreciated thanks Justin [Moderator moved the thread to the correct forum]
Hi, We aret trying to interoperate our M-Files GED with Adobe Sign through API. Everything is well documented. However, we forst need to create an API Application as explained here : https://experienceleague.adobe.com/docs/experience-manager-learn/forms/forms-and-sign/create-adobe-sign-api-application.html?lang=en# But, the menu on the left "api application" does not exist on our account. Following link to Oauth Token creation and then to first step application list lead to a blank page. Thanks in advance for any help.
I have two different use cases for which I want to know what approach we should use on AdobeUseCase 1There will be the pdf files stored on my own server, when a user opens it on the application it should be loaded on the pdf viewer where there must be an option to sign that pdf, once the pdf is signed by the user, the signed pdf must be updated. this should happen inside my application.UseCase 2On some action from the user, the data will be pulled from the database, and pdf will be generated dynamically depending on retrieved data and it must be presented to the user on the viewer, On the viewer, the user can view it and can sign it. on submitting, the signed pdf must be uploaded on my server (in this case the signed pdf must be available on the application side to be uploaded on the server). Are these scenarios possible with Adobe?Adobe Sign-In programmatically!I checked the documentation on adobe for generating the access token in Adobe Sign API but it provides the option o
Hi, Background: We are currently trying the Adobe Sign APIs inside our java based application(a cloud ERP application). We have been trying to be efficient in memory and storage consumption when calling upload/download document APIs. Our requirement: is to pass the file as a stream(as an inputstream) when creating/uploading a Transient Document(also, get the file as a stream when downloading the signed document) from the API. What we tried:with the Java SDK and It seemsFor uploading a Transient Document: It is required to save it on the disk - which then consumes storage and memory(when reading back)For downloading: Return the file as a byte array - which is in memory and also consumes more memory when converting to a stream.2. with our own way, creating the HTTP request, adding an input stream for the "file" part in the multipart body. request failed We saw that the API documentation mentions file stream. Question: What does file stream really mean h
Can the subject name on an outgoing email be enhanced to accept special characters? When contractors send agreements electronically through ADOBE to providers for review and signature the subject does not accept an ' and changes the formatting.
I need help with E-sign. It stops at 72% and me and my IT department have tried everything, repair, reinstall, reboot, updates. Please get back to us with some information. Thank you
Hi there, When I use the create agreement API, under the participantSetsInfo and memberInfo, I would sent a name "Tai Chan" How do I find that name? It is not under the GET /agreements/{agreementId}/members. Where is that name stored? "participantSetsInfo": [ { "memberInfos": [ { "email": "cobbleapitest1@gmail.com", "name": "steve hate", "nameInfo": { "firstName": "steve", &nb
Thanks all
Is it possible to use a custom text tag like {{Name}} with the Adobe Sign API? If so, which api endpoint and parameter would I use to define {{Name}} = "John"
I'm looking to create an Adobe sign intergration which monitors for signed documents. Once signed they will be downloaded and archived. I’ve tried using - POST /search - GET /agreements It looks like they only return documents for the authenticated user. It is possible to get all documents for all users using this API? Should I be looking at a different API or am I just doing something wrong?
Hello, When i'am trying to install the adobe sign bundle in Netsuite, i'am getting the following error : ErrorAn unexpected error has occurred. Please click here to notify support and provide your contact information Any idea why this happend ?
Hi, We are creating an agreement from our application through API to send out for signature, which is working fine. But there is a use case where we need the current user to fill and sign rather than sending out for signature. How can we achieve this? We know that we can get the signing URL of an agreement from API but that URL is for sending out for signature. We are looking for the URL to fill & sign (the one attached) for self sign. Is it possible to get through API?
Instructions on creating Personal/Departmental Digital Stamp Signatures w/ Date & Time, LIKE THE PRE-SELECTED ACROBAT DIGITAL STAMPS already under Acrobat / Tools / Comment & Mark-Up / Stamps...Thanks, Evangeline Lane, Staff AssistantCity of Inglewood, Planning Division, 310.412.5230Inglewood, CA 90301
I am trying out the transientDocuments API. It works when I use the https://secure.in1.adobesign.com/public/docs/restapi/v6#!/transientDocuments/createTransientDocument or Postman. But keep getting the following error while trying in code using Guzzle as suggested here https://docs.guzzlephp.org/en/stable/quickstart.html#uploading-data Error: `400 Bad Request` response: {"code":"NO_FILE_CONTENT","message":"Must provide file body"}Sending request to this URL https://api.in1.adobesign.com/api/rest/v6/transientDocuments $file_name = 'shingle-heat-and-foam-roof-decks.pdf'; $post_data = [ 'multipart' => [ [ 'File' => Utils::tryFopen(public_path("document-files/$file_name"), 'r'), 'Mime-Type' => 'text/plain', 'File-Name' => "$file_name", 'name' => "$file_name", 'contents' => Utils::tryFopen(public_path("document-files/$file_name"), 'r'), ], ] ]; $response
I have a PDF created by converting the HTML page in angular app using jsPDF library. It contains a text tag at the bottom of the page as mentioned below: {{Sig_es_:signer1:signature:dimension(width=50mm, height=20mm) :align(center)}}
When making the api call to POST /widgets/{widgetId}/views with the body"{"name":"test","commonViewConfiguration":{"autoLoginUser":true,"noChrome":true}} When I enter the returned url into a brower the web page that shows is: "Confirm Login Information. You are logged in as X@Y.com. Do you want to continue?" This even happens on a browser where I have cleared all of the browser data. Is there a way to use the url but not have to go through this confirmation page?
I'm using the C# SDK from the GitHub repo and I'm trying to retrieve a signed PDF, but when I call the GetDocument method in the Agreements API it results in an error: "Error while copying content to stream". If I try the same call from Postman, I get an error ("read ECONRESET") response so it's almost as if the server is not allowing the method. Is there some trick to get this to work? Perhaps a header value that I'm not passing that I should be? Any help will be greatly appreciated. This works:Endpoint: https://api.na3.adobesign.com/api/rest/v6/agreements/[Agreement_ID_here]/documentsHeaders: Authorization: Bearer [Integration_Key] Accept-Encoding: gzip, deflate, br Accept: */*,*_/_*;encoding=base64 Connection: close (I have also tried keep-alive) This does not work:Endpoint: https://api.na3.adobesign.com/api/rest/v6/agreements/[Agreement_ID_here]/documents/[Document_ID_here]Headers:
I'm frustrated, I'm trying to connect my acrobat sign account with the automations service (Integromate). When I choose to connect my account, after signing in I get this error: {"message":"The request failed due to failure of a previous request.","code":"SC424","suberrors":[{"message":"[access_denied] User cannot authorize application because it is UNCERTIFIED","name":"InvalidConfigurationError"}]} Why is this happening? anyone had an idea?
Is there a way to create an editable template document and embed it into a website, probably locked down by the domain, and let anybody edit the template document without having to sign into Adobe? Especially with the OEM version of Adobe sign. Currently I have this process this working but it requires the user to sign into Adobe. Upload a transient file to use for creating the template. Use the transient document ID from the response to create a new library template. Use the POST /libararyDocuments/{libraryDicumentId}/views call to get the "EDIT" view of the newly created library template.
I am currently trying to create a POC for my company which uses JWT Authentication, in the guides it shows that I need a Organization ID and Technical Account ID. I am wondering if it is possible to generate these IDs with this Acrobat Sign Developer account?
Is there a way to upload a document through the api and then embed a hosted version of that document where the user can template that document (aka add signature spots, etc...)? In Adobe Sign languate I think I would need to POST /libraryDocuments but when I tried that I wasn't able to get/find an embedable link anywhere so I'm worried I'm going down the wrong path.
Hi, I'd like to see some examples of creating a PDF in Coldfusion ( CFPDF ), and sending it for signature with Acrobat Sign API's, and using the workflows like checking to see if the pdf has been signed. I have lots of use cases but am finding that my inexperience with the more modern cfml\API usage a bit of hindrance. If only there were examples written with coldfusion ( you know, the programmming lanaguage that Adobe owns!!!..... ) Does anyone have anything they would be able to share? Thanks,
Hi, I am developing C# project by using the Adobe Sign CSharp SDK. After the June 2022 release of the Adobe Acrobat Sign, I'm having issues "AdobeSign.RESTApi.Client.ApiException: Error converting value "SIGNER_NAME_CHANGED_BY_SIGNER" to type 'System.Nullable`1[AdobeSign.RESTApi.model.agreements.AgreementEvent+TypeEnum]'. Path 'events[2].type', line 1, position 1188." Apparently, this is because of the event type is missing in the C# SDK. Could anyone here update the SDK with missing event types? The issue is already reported at GetEvents fails with event type "SIGNER_NAME_CHANGED_BY_SIGNER" · Issue #10 · adobe-sign/AdobeSignCSharpSDK (github.com) Thank you!
Hey developers, The team is now revamping the developer assets. The latest docs have a new format, look, and doc-level search. As we update the dev ecosystem, your feedback is appreciated. See https://opensource.adobe.com/acrobat-sign/developer_guide/.
I an using Adobe Sign's SDK in C# to create an agreement.I have done the following so far.Created a transient document using the document that I want participants to sign.I created an agreement in Autoriing state with participants and got an agreement id.Retrieved the participant id/member id using the API GetAllMembers from the SDK.I now want to update the form fields to the agreement. I have created the FormFieldPutInf object with all the form field details but am not able to execute the API UpdateAgreement.I am getting an error stating "Resource Modified - Resouce is already modified with newer version".I understand that I need to pass in ETag value in the API. I tried passing the date time stamp but it does not seem to be working.According to your documentation, I should be able to get the ETag information when I create an agreement or get member details.With C# SDK, I am not able to get the ETag value.Please advise.Thanks,Minal
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.