Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 1.95 KB

File metadata and controls

56 lines (43 loc) · 1.95 KB

ConversionSettings

Properties

Name Type Description Notes
qualityFactor Integer 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 EngineEnum Engine to use for conversion. Costs apply. Default engine : ADVANCED [optional]
csv CSVSettings [optional]
containerConversion ContainerConversionEnum Specify which container to process. Currently used for email (ALL=Both message and attachments, MAIN=Only message, SUB=attachments [optional]
version VersionEnum The PDF version to use for conversion. Default value : PDF_1_7 [optional]
jobLifecycle Lifecycle The lifecycle of the job itself [optional]
ocrMode OcrModeEnum Specify if a file must be processed by OCR engine. Default ocrMode : AUTO (only when not already processed) [optional]

Enum: EngineEnum

Name Value
BASIC "BASIC"
ADVANCED "ADVANCED"
PREMIUM "PREMIUM"

Enum: ContainerConversionEnum

Name Value
ALL "ALL"
MAIN "MAIN"
SUB "SUB"

Enum: VersionEnum

Name Value
_1_4 "PDF_1_4"
_1_5 "PDF_1_5"
_1_6 "PDF_1_6"
_1_7 "PDF_1_7"
A_1B "PDF_A_1b"

Enum: OcrModeEnum

Name Value
ALWAYS "ALWAYS"
NEVER "NEVER"
AUTO "AUTO"