Working with ComboxBox Fields
Contents
[
Hide
]
Introduction
Aspose.PDF Cloud allows you to work with ComboBox Field to a PDF Document. The Aspose.PDF Cloud API provides the following methods
API Information
API | Type | Description | Swagger Link |
---|---|---|---|
/pdf/{name}/fields/combobox | POST | Add ComboBox Field to a PDF Document | PostComboBoxFields |
/pdf/{name}/page/{pageNumber}/fields/combobox | GET | Read Document ComboBox Field | GetPageComboBoxFields |
/pdf/{name}/fields/combobox/{fieldName} | GET | Read ComboBox by Name | GetComboBoxField |
/pdf/{name}/fields/combobox/{fieldName} | PUT | Replace a ComboField in a PDF Document | PutComboBoxField |
cURL Example
Adding a ComboBox Field to a PDF Document
cURL Example
Reading ComboBox Field information from a PDF Document
cURL Example
Reading ComboBox Field information by Name from a PDF Document
SDK Source
The Aspose.PDF Cloud SDKs can be downloaded from the following page: Available SDKs