Create PDFs from a Template
Generates a PDF document for each row in an Excel file by merging data into a .docx template.
Overview
This procedure fills placeholders in a Word document (.docx) template with data from an Excel (.xlsx) file. One output document is generated per row in the spreadsheet. Placeholders in the template are marked by a pair of characters (default is "{}") and must match the column headers in the Excel file.
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Create a PDF From the Template
the template is "path/to/template.docx"
the data file is "path/to/data.xlsx"
the template marker is "<>"
create pdfs from the template where
the excel is the data file
Last updated
Was this helpful?