Overview
The Convert to PDF action converts files to PDF format. All Office file types for Word, Excel, and PowerPoint, and other common formats like CSV and RTF are supported.
Supported File Type
Supported file types are: csv, doc, docx, odp, ods, odt, pot, potm, potx, pps, ppsx, ppsxm, ppt, pptm, pptx, rtf, xls, xlsx
Input Parameters
The Convert to PDF has two input parameters
- File Content – A Base-64 encoded string of the file being converted. Extracted from Get file content flow action using expression body(‘Get_file_content’)?[‘$content’]
- File Name – Name of the file being converted with extension, e.g. Invoice.docx.
Output Parameters
- File Content – Base-64 string of the processed document.
- File Name – Name of the processed document with pdf extension.
Example Flow
For details instructions on how to use the Xbridger Convert to PDF, please refer to the following blog post