Skip to main content

Convert document

Converts documents between different data types (such as from docx to pdf) using the external conversion solution, Zamzar. You will need your own API key and subscription. For a list of available conversions, refer to the Zamzar website.

You can download this system service from Grexx Marketplace.

Input

Use a casetype activity to add inputs to the Start Systemservice convert document.

AttributeData typeMandatory?Description
Input fileFileYesFile to convert.
Input typeStringNoFile format. If not specified, the format is detected automatically based on the extension. We recommend specifying the format where possible.
Output typeStringYesFormat you want to convert the file to.
Use test APIBooleanNoUse the Zamzar test API? Default: false (production API is used).
Zamzar API keyStringYesThe Zamzar API key to use.

Output

Outputs are added to the Result Systemservice convert document form when the Systemservice convert document case is closed.

AttributeData typeMandatory?Description
Output fileFileNoFile converted to selected output type.
Output filesFile (multivalue)YesFile converted to selected output type. Some conversions result in multiple files. Refer to the Zamzar documentation for details.
StatusStringNoOK indicates that everything went according to plan and you can assume the output file is correct. Any other value indicates the output file cannot be trusted or could even be empty.
MessagesString (multivalue)NoMessages from the conversion.