How it works
Doc + Data = PDF
Upload a Microsoft Word document to be used as the layout template for your PDFs.
An
example doc has already been loaded to get you started.
Capture the data specified in the doc to generate a new PDF.
Data Tags:
Use double braces to add a data tag to the doc
{{Data_Value_Name}}
Use an asterisk(*) or an exclamation(!) in the tag names to indicate the start or end of a repeating section
{{*Invoice_Line}}
{{Line_Description}} {{Line_Qty}} {{Line_Amount}}
{{!Invoice_Line}}