Skip to content

Latest commit

 

History

History
72 lines (35 loc) · 1.81 KB

File metadata and controls

72 lines (35 loc) · 1.81 KB

Pdf.ConversionSettings

Properties

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]

Enum: EngineEnum

  • BASIC (value: "BASIC")

  • ADVANCED (value: "ADVANCED")

  • PREMIUM (value: "PREMIUM")

Enum: ContainerConversionEnum

  • ALL (value: "ALL")

  • MAIN (value: "MAIN")

  • SUB (value: "SUB")

Enum: VersionEnum

  • 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")

Enum: OcrModeEnum

  • ALWAYS (value: "ALWAYS")

  • NEVER (value: "NEVER")

  • AUTO (value: "AUTO")