Export word document to PDF, HTML, RTF or MHT.

Parameters:

Parameters:
See dedicated page for more information.
wordExportation converts a .docx file into another document format.
Supported export formats are:
The action is typically used to generate printable PDFs or web-ready versions of Word reports produced earlier in the pipeline.
Input
A table containing at least:
.docx file.This table is usually produced by an inlineTable action, but any upstream action that exposes these columns on its output pin can be used.

Output

.docx file and the destination file name.wordExportation opens the .docx document using the configured Word conversion engine..docx is deleted.Create an input table
Add an inlineTable action.
Define two columns, for example:
filePathfileNameAdd one row:
filePath = path to an existing .docx in Assets or on a mounted disk (for example %assets%/test_file.docx).fileName = desired output name (for example test_file.pdf).Connect actions
inlineTable output pin to the input pin of wordExportation.wordExportation to a terminal action such as RunToFinishLine for easier testing.Configure wordExportation
.docx to export: select the filePath column from the incoming pin.Destination File Format: select PDF (or another required format).Destination Filename: select the fileName column.Delete original file: leave disabled for testing.unlock Word: leave disabled unless conversion requires unlocking.Run the pipeline
test_file.pdf) appears in the list and can be downloaded..docx file, the action fails.filePath are valid for the execution environment (correct mount / Assets reference).Delete original file, confirm that the original .docx is no longer needed, as this deletion is not reversible from within the pipeline.