Store converted file on our secure server and provides download URL.
Default: False
StoreFile
FileName
Optional
String
Converted output file name without extension. The extension will be added automatically.
FileName
Execution Parameters
Parameter
Description
Value
Timeout
Optional
Integer
Conversion timeout in seconds.
Default: 300
Values: 10 .. 1200
Timeout
Asynchronous Parameters
Parameter
Description
Value
Async
Optional
Bool
Run conversion job asynchronously.
Default: False
Async
JobId
Optional
String
Conversion job self generated UUID (RFC 4122) used for getting conversion result asynchronously.
JobId
WebHook
Optional
String
Set WebHook URL to call after asynchronous conversion is finished. Async parameter must be enabled.
WebHook
PowerPoint Options Parameters
Parameter
Description
Value
DocumentPassword
Optional
String
Sets the password to open protected documents.
DocumentPassword
Image Options Parameters
Parameter
Description
Value
ImageResolutionH
Optional
Integer
Set output image horizontal resolution in dpi.
Default: 300
Values: 1 .. 3000
ImageResolutionH
ImageResolutionV
Optional
Integer
Set output image vertical resolution in dpi.
Default: 300
Values: 1 .. 3000
ImageResolutionV
ScaleImage
Optional
Bool
Scale the output image. If ScaleImage is False output document will be stripped to ImageHeight / ImageWidth, if ScalePage is True output document will be scaled to ImageHeight / ImageWidth.
Default: False
ScaleImage
ScaleProportions
Optional
Bool
Constrain proportions when scaling the output image.
Default: False
ScaleProportions
ScaleIfLarger
Optional
Bool
Scaling only if the input image is larger than the output.
Default: False
ScaleIfLarger
ImageHeight
Optional
Integer
Image height in pixels.
Values: 10 .. 5000
ImageHeight
ImageWidth
Optional
Integer
Image width in pixels.
Values: 10 .. 5000
ImageWidth
TextAntialiasing
Optional
Collection
Control the use of text subsample antialiasing. The subsampling box size should be 4 bits for optimum text antialiasing, but smaller values can be used for faster rendering.
Default: 1
Values: 0, 1, 2, 4
TextAntialiasing
GraphicsAntialiasing
Optional
Collection
Control the use of graphics content subsample antialiasing. The subsampling box size should be 4 bits for optimum graphics content antialiasing, but smaller values can be used for faster rendering.
Default: 1
Values: 0, 1, 2, 4
GraphicsAntialiasing
ImageInterpolation
Optional
Bool
Specifies whether the image parser should use image interpolation. Enabling image interpolation will result in higher quality for scaled images at the expense of speed.
Default: False
ImageInterpolation
UseCIEColor
Optional
Bool
Specifies whether the image parser should remap the device-dependent.
Snippets are autogenerated according to converter parameter choices above. Please select file in "File" or "Files" parameter before using code snippets.