Overview
How does it work?
docMaker finds all tags {}
in your document (docx) and replaces these tags by data. According to the syntax of your tags, you can make a lot of operations including
Replacing a field
Formatting data
Repeating a document portion (a table row or anything else)
Looping on unlimited nested arrays
Conditionally displaying a data based on a test expression
The syntax is easy to learn. It is like using a JSON Array or Object in Javascript.
Combined with features of LibreOffice™ or MS Office™, you can easily create documents with:
Graphics
Headers, footers
Automatically repeated table header across pages
Insert computed field
Page count
...
How to read this documentation
Each part of this documentation shows exactly what happens if you send Data (JSON Object) and a Template (handmade docx, odt, ...) to docMaker.
The first thing to do is to open your document editor (Libreoffice, Microsoft Word, Google docs etc.). Once you have done it, you will be able to start building your template.
Last updated