| Name | Type | Description | Notes |
|---|---|---|---|
| fileUrl | String | Public URL to a PDF document | |
| data | Object | Form field data to fill in the PDF | |
| output | OutputEnum | Returned document output format | [optional] |
| name | String | Name for the PDF file | [optional] |
| Name | Value |
|---|---|
| FILE | "file" |
| BASE64 | "base64" |
| URL | "url" |