---
title: "WordToPDF"
slug: "wordtopdf"
updated: 2025-10-29T16:59:54Z
published: 2025-10-29T16:59:54Z
---

> ## 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/docs/installing-modules-decisions) the Module.
- Create a [project dependency](https://documentation.decisions.com/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/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/2025-06-25_12h12_30.png)

### Managing List of Byte

A List of Byte is a component of [File Data](https://documentation.decisions.com/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.

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/chrome_ZtsG1cditV.gif)

---

## 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 |
