| Name | Type | Description | Notes |
|---|---|---|---|
| file_url | String | PDF file from remote URL to add the watermark to | |
| watermark | WatermarkFileUrlWatermark | ||
| output | String | Returned document output | [optional] [default to 'base64'] |
| name | String | File name of the returned document | [optional] |
| file_base64 | String | PDF file from base64 string to add the watermark to |
-
file(value:"file") -
base64(value:"base64") -
url(value:"url")