Step Details |
| Introduced in Version | 7.10.0 |
| Last Modified in Version | 9.16.0 |
| Location | Data > Documents |
Users can use the Convert Document or Convert Document To HTML step to convert FileData input from Word, PDF, or Excel Files. The Convert Document step converts the file into either Word, PDF, or Excel, but the Convert Document to HTML step will only output the document in HTML.
Both steps will convert the document, and its default, Output, save location is C:\Program Files\Decisions\FileStorage\Primary\temp\.
Convert Document Step Properties
Inputs
| Property | Description | Data Type |
|---|
| Document | Document to convert | FileData |
Outputs
| Property | Description | Data Type |
|---|
| Error | Error Message | String |
| Success | Converted Document | FileData |
Settings
| Property | Description | Data Type |
|---|
| ConvertFromType | The file extension of the input file. | -- |
| ConvertToType | File extension to convert the file to. | -- |
Convert to Word Settings (v9.16+)
| Property | Description | Data Type |
|---|
Specify Image Resolution
| This property allows Users to set the image resolution in DPI (dots per inch) and will only appear if the ConvertToType property is set to Word.
| Boolean |

.png)
Convert to Word Settings (v9.16+)
Convert Document to HTML Step Properties
Inputs
| Property | Description | Data Type |
|---|
| Document | Document to convert | FileData |
Outputs
| Property | Description | Data Type |
|---|
| Error | Error Message | String |
| Success | Converted Document | FileData |
Settings
| Property | Description | Data Type |
|---|
| ConvertFromType | The file extension of the input file | --- |
| OutputWithImagesEmbedded | Embeds images that are in the document when converted to HTML | --- |

Step Changes
| Description | Version | Date | Developer Task |
|---|
A new property called 'Specify Image Resolution' has been added. This property will only appear if the ConverttoType property is set to Word. This property allows Users to set the image resolution in DPI(dots per inch).
| 9.16 | October 2025 | {DT-045814} |