Update a Form Field in a PDF Document
Contents
[
Hide
]
Introduction
Aspose.PDF Cloud allows you to update Form Fields to a PDF Document.
API Information
API | Type | Description | Swagger Link |
---|---|---|---|
/pdf/{name}/fields | PUT | Update a Form Field to a PDF Document | PutUpdateFields |
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