| Name | Type | Description | Notes |
|---|---|---|---|
| fileBase64 | String | PDF document in base64 encoded string format | |
| ownerPassword | String | An owner password to open the encrypted document | |
| userPassword | String | An user password to open the encrypted document | [optional] |
| name | String | Name for the PDF file | [optional] |
| output | OutputEnum | Returned document output format | [optional] |
| Name | Value |
|---|---|
| FILE | "file" |
| BASE64 | "base64" |
| URL | "url" |