Documentation Index

Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt

Use this file to discover all available pages before exploring further.

Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Convert Document Steps

Prev Next

Step Details

Introduced in Version7.10.0
Last Modified in Version10.0
LocationData > 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

PropertyDescriptionData Type
DocumentDocument to convertFileData

Outputs

PropertyDescriptionData Type
ErrorError MessageString
SuccessConverted DocumentFileData

Settings

PropertyDescriptionData Type
ConvertFromTypeThe file extension of the input file.--
ConvertToTypeFile extension to convert the file to. --

Convert to Word Settings (v9.16+)

PropertyDescriptionData 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

Convert to Word Settings (v9.16+)

 


Convert Document to HTML Step Properties

Settings Name DescriptionType
Convert From Type
The file extension of the input file.
Boolean
Output With Images Embedded
Embeds images from the source document in the generated HTML instead of saving them as external files.
Boolean
Output With Responsive Layout (For 9.29+)
When enabled for Word document conversions, the generated HTML reflows to fit the browser viewport instead of preserving fixed page dimensions. This option should be used with Output With Images Embedded enabled when the document contains embedded images.
Boolean

Inputs

PropertyDescriptionData Type
DocumentDocument to convertFileData

Outputs

PropertyDescriptionData Type
ErrorError MessageString
SuccessConverted DocumentFileData

Settings

PropertyDescriptionData Type
ConvertFromTypeThe file extension of the input file---
OutputWithImagesEmbeddedEmbeds images that are in the document when converted to HTML---

Output with Responsive Layout Property, added for v9.29+

 


Step Changes

DescriptionVersionDateDeveloper 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.16October 2025{DT-045814}
Added a new Output With Responsive Layout option to the Convert Document to HTML step. When enabled on a Word conversion with Output With Images Embedded turned on, the resulting HTML reflows to fit the browser viewport instead of preserving fixed page dimensions.
9.29July 2026{DT-047683}