| Name | Type | Description | Notes |
|---|---|---|---|
| content | String | HTML content | [optional] |
| paperSize | PaperSizeEnum | PDF page size | [optional] |
| orientation | OrientationEnum | [optional] | |
| output | OutputEnum | Output | [optional] |
| filename | String | Document name | [optional] |
| Name | Value |
|---|---|
| A0 | "a0" |
| A1 | "a1" |
| A2 | "a2" |
| A3 | "a3" |
| A4 | "a4" |
| LEGAL | "legal" |
| TABLOID | "tabloid" |
| LETTER | "letter" |
| Name | Value |
|---|---|
| PORTRAIT | "portrait" |
| LANDSCAPE | "landscape" |
| Name | Value |
|---|---|
| BASE64 | "base64" |
| FILE | "file" |