SubmitFormAction
Overview
SubmitFormAction is a class in Aspose.PDF FOSS for Python.
Inherits from: Action.
Send the form’s field values to url.
Properties: exclude, fields, submit_format, url.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
url | str | Read | Gets the url. |
fields | Sequence[str] | None | Read | Gets the fields. |
exclude | bool | Read | Gets the exclude. |
submit_format | str | Read | Gets the submit format. |