--- title: "WordToPDF" slug: "wordtopdf" description: "Learn how to use the Word to PDF Module to convert Word (.docx) documents into PDF (.pdf) files." updated: 2026-06-04T20:09:33Z published: 2026-06-04T20:09:33Z canonical: "documentation.decisions.com/wordtopdf" --- > ## 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. # WordToPDF ## Overview | ## Module Details | | --- | | **Core or GitHub Module** | Core | | **Restart Required** | No | | **Steps Exposed** | Yes | | **Step Location** | Data > Document | The Word to PDF Module allows Users to convert Word (.docx) documents into PDF (.pdf) format. ### Prerequisites - [Install](https://documentation.decisions.com/version-10/docs/installing-modules-decisions) the Module. - Create a [project dependency](https://documentation.decisions.com/version-10/docs/project-dependencies). Note for Third-Party Systems and Subscriptions Customers are responsible for securing and maintaining accounts with third-party systems and subscriptions. --- ## Available Step [Installing](https://documentation.decisions.com/version-10/docs/installing-modules-decisions) the Module exposes the **Convert Word to PDF** step in the Toolbox. This step can be found at Data → Document → **Convert Word to PDF**. The step takes in the Word file in a List of Byte Format and outputs the converted PDF file in List of Bytes. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-M77T8H2I.png) ### Managing List of Byte A List of Byte is a component of [File Data](https://documentation.decisions.com/version-10/docs/file-type-overview#file-data) that can be used in steps that accept the input type as a FileData. Users need to switch the mapping type to Build Data in order to utilize the List of Bytes map along with the **Contents** of File Data. --- ## Step Properties ### Inputs | Property | Description | Data Type | | --- | --- | --- | | Is Docx | Allows to let system know whether the given file is in .docx format or not. | Boolean | | Word Document | Word Document to convert in PDF format. | List of Byte | ### Outputs | Property | Description | Data Type | | --- | --- | --- | | Output | PDF file’s data in a List of byte format | List of Byte |