Acrobat Sign Dev Community: Connect, Learn, Innovate
Recently active
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.