Search results

FormDesigner API in JavaScript PDF Viewer API control

The FormDesigner module is used to handle form designer actions of PDF viewer.

Methods

addFormField

Adds form field to the PDF page.

Returns HTMLElement

clearSelection

Clears the selection of the form field in the PDF page.

Returns void

deleteFormField

Deletes the form field from the PDF page.

Returns void

resetFormField

Reset the form fields into its original state.

Returns void

selectFormField

Select the form field in the PDF Viewer.

Returns void

setFormFieldMode

Set the form field mode to add the form field on user interaction.

Returns void

updateFormField

Update the form field with the given properties and value.

Returns void