Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
2

Adding Form field Signature to a PDF using REST API v6

Community Beginner ,
Apr 21, 2023 Apr 21, 2023

I have been attempting to use the v6 API to create form fields on a uploaded PDF. Basically, I’m trying to do the v6 REST API version of this:

 

https://helpx.adobe.com/sign/kb/place-form-fields-in-a-document-using-rest-api-adobe-sign.html

 

Is there an update of this or a resource example?

 

It creates the agreement just fine, but no field ever gets created. I have tried many iterations. Here’s the body I was working on in a Logic App:

 

{

    "fileInfos": [{

        "transientDocumentId": "XXXXXXXXXXXX"

    }],

    "formFieldGenerators": [{

        "formFieldDescription": {

            "contentType": "SIGNATURE_BLOCK",

            "inputType": "SIGNATURE"

        },

        "anchorTextInfo": {

            "anchorText": "Test",

            "anchoredFormFieldLocation": {

                "height": 130,

                "width": 100

            }

        },

        "formFieldNamePrefix": "kdc_",

        "participantSetName": "KDC1",

        "generatorType": "ANCHOR_TEXT"

    }],

    "name": "kdc",

    "participantSetsInfo": [{

        "name": "KDC1",

        "order": 1,

        "role": "SIGNER",

        "memberInfos": [{

            "email": "myRedactedEmail@email.com"

        }]

    }],

    "signatureType": "ESIGN",

    "state": "IN_PROCESS"

}

TOPICS
Adobe Sign forms , SDK
3.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Apr 30, 2023 Apr 30, 2023

Hi Kent29526989ns4x,

 

Thank you for reaching out.

 

It seems that you are using the Adobe Sign Enterprise plan. If you have a question related to integration, the experts can best answer it. I suggest you, please get in touch with our Adobe Sign Enterprise support team to get the correct information about this. You may contact them using the steps indicated in the following help document: https://helpx.adobe.com/sign/using/adobesign-support-resources.html.

You may also refer to the following help document: https://helpx.adobe.com/sign/faq/api.html.

 

Thanks,

Meenakshi

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 09, 2023 May 09, 2023

For those looking for a solution, Adobe has the anchor text functionality disabled by default. If you contact support, they can contact Ops who can enable it on your account.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 22, 2023 Sep 22, 2023

Thanks @Kent29526989ns4x, I was scratching my head why I couldn't get my fields to appear until I came across your post here. Adobe Ops team is activating that functionality for me now.

Thanks!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Oct 23, 2023 Oct 23, 2023

Did this ever work for you? Tried the same thing and didn't work. I hae Anchor text enabled.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 04, 2023 Dec 04, 2023

Yes it works. Did you get Adobe Support to enable the functionality for the account you are using? That has to happen or else you will always get nothing.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 09, 2024 Sep 09, 2024

I'm trying to do the same thing, add a blank signature field into the PDF. By any chance do you have the email of the support team? Only thing I'm getting at are AI chatbots.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 19, 2024 Nov 19, 2024

Found this post... just trying to add support for Adobe Sign to our application. The guidance/examples/documentation for creating agreements via the API is incredibly poor. I've spent a week trying to get this to work already.

 

If a feature is disabled by default the minimum I'd expect is a note in the documentation to point this out, and perhaps an error thrown if you try to use the feature via the API. 

There seems to be some logic at work when adding form fields but since it's undocumented and there are no examples to work with, it's very frustrating. I'm reaching the point I tell our customers the  solution might be "use DocuSign, we can't support Adobe"

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Nov 26, 2024 Nov 26, 2024
LATEST

Hi trial_1154,

 

Thank you for reaching out.

 

If you have the Adobe Sign Enterprise plan and have an integration-related question, the experts can best answer it. Please contact our Adobe Sign Enterprise support team for the correct information. You may contact them using the steps in the following help document: https://adobe.ly/4eNEasT.

Refer to the following help document for more information on Acrobat Sign Integration: https://adobe.ly/3ZlJ1gy.

 

Thanks,

Meenakshi

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines