---
title: "File Conversions"
slug: "v4fileconversions"
updated: 2023-09-18T09:30:23Z
published: 2023-09-18T09:30:23Z
excludeFromSearch: true
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.12dsynergy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# File Conversions

## **Overview**

12d Synergy can provide file conversions for your users. It is common to convert Word or other excel documents into PDF, for example.

## ![](https://cdn.document360.io/36833d89-59e3-46a5-b491-e9aa1b524a85/Images/Documentation/b55162b9-987b-4f39-ab5c-1c6959010193.jpg)

## **Installed Conversions**

The following conversions are available automatically. We provide an inbuilt converter for DWG, Word and Excel formats.

1. DWG to PDF
2. Microsoft Word to PDF
3. Microsoft Excel to PDF

The following formats will require a copy of Microsoft Office with an appropriate license on your 12d Synergy Server.

1. Microsoft PowerPoint to PDF
2. Microsoft Outlook to PDF
3. Microsoft Project to PDF
4. Microsoft Visio to PDF
5. Microsoft Publisher to PDF

### **Installing Office on your 12d Synergy Server**

In some cases, more complex documents may not convert correctly. In this case, or for Office Formats other than Word and Excel, you may install a copy of Office on your 12d Synergy Server, if you have access to the server. This is not available for 12d Synergy Cloud customers.

## **Custom Conversions**

If you need to convert to another format that is not listed above and have access to a program that can provide that conversion for you, you can add a Custom Converter. To do this, go to the **System Settings**section of the **12d Synergy Administrator**.

Click the ‘+’ button

![](https://cdn.document360.io/36833d89-59e3-46a5-b491-e9aa1b524a85/Images/Documentation/c4c0337c-8c47-485e-ba55-81ca36eb06cd.jpg)

| Field | Description |
| --- | --- |
| Name | A cosmetic name to describe the converter to users |
| Input Extension | What types of files this converter can convert – eg: .docx |
| Output Extension | The type of the converted files – eg: .pdf |
| Executable or script | The path, on the 12d Synergy server, to the program to run to perform the conversion |
| Arguments | Any arguments to pass to the conversion. Note that you should use $IN to represent the file to be converted, and specify $OUT as an argument for any created file that is the result of the conversion EG: If we have a converter that takes two arguments, the input file and output file like so: ConvertCSVToXlsx.exe ***–i input_-o file output_file*** You would specify arguments of ***–i $IN $OUT -o*** |
