Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 800 Bytes

File metadata and controls

13 lines (9 loc) · 800 Bytes

SetFormFieldValue

Properties

Name Type Description Notes
field_name string Name of the field to set; you can call /convert/edit/pdf/form/get-fields to enumerate field names in a form [optional]
text_value string For fields of type Text, the text value to put into the field [optional]
checkbox_value bool For fields of type Checkbox, the value to put into the field [optional]
combo_box_selected_index int For fields of type ComboBox; specifies the selected index of the combo box selection [optional]

[Back to Model list] [Back to API list] [Back to README]