| Name | Type | Description | Notes |
|---|---|---|---|
| qualityFactor | Number | Set the quality factor for the resulting PDF. Range from 0 (lowest) to 10 (highest) | [optional] |
| result | ResultSettings | The result file and lifecycle settings | [optional] |
| input | InputSettings | The input file and lifecycle settings | [optional] |
| engine | String | Engine to use for conversion. Costs apply. Default engine : ADVANCED | [optional] |
| csv | CSVSettings | [optional] | |
| containerConversion | String | Specify which container to process. Currently used for email (ALL=Both message and attachments, MAIN=Only message, SUB=attachments | [optional] |
| version | String | The PDF version to use for conversion. Default value : PDF_1_7 | [optional] |
| jobLifecycle | Lifecycle | The lifecycle of the job itself | [optional] |
| ocrMode | String | Specify if a file must be processed by OCR engine. Default ocrMode : AUTO (only when not already processed) | [optional] |
-
BASIC(value:"BASIC") -
ADVANCED(value:"ADVANCED") -
PREMIUM(value:"PREMIUM")
-
ALL(value:"ALL") -
MAIN(value:"MAIN") -
SUB(value:"SUB")
-
1_4(value:"PDF_1_4") -
1_5(value:"PDF_1_5") -
1_6(value:"PDF_1_6") -
1_7(value:"PDF_1_7") -
A_1b(value:"PDF_A_1b")
-
ALWAYS(value:"ALWAYS") -
NEVER(value:"NEVER") -
AUTO(value:"AUTO")