Create a Form Field in a PDF Document

Introduction

Aspose.PDF Cloud allows you to add Form Fields to a PDF Document. Aspose.PDF Cloud supports the following Form Field Type

  • Text
  • Boolean (Radio Button)
  • Integer (Check Box)
  • List.

API Information

API Type Description Swagger Link
/pdf/{name}/fields POST Add a Form Field to a PDF Document PostCreateField

Request Object


{

   "Name":"checkBoxField2",

   "Type":"Boolean",

   "Values":[

      "1"

   ],

   "Rect":{

      "X":"50",

      "Y":"200",

      "Width":"150",

      "Height":"220"

   }

}

cURL Example

SDK Source

The Aspose.PDF Cloud SDKs can be downloaded from the following page: Available SDKs

SDK Examples

Update form field in PDF