Fill DOCX
Description
Fill a DOCX template with data
Inputs
Template file (.docx)fileRequired
The template file to be used, it needs to be in .docx format, and it should contain placeholders for the data to be filled in. The placeholders should be in the format {{key}}.
DatajsonRequired
The data to populate the template in JSON format. The keys should match the placeholders in the template, and the values should be the text to fill in.
Output
file