Fields
You need to provide placeholders in the document template (field name in curly brackets). It's as simple as that.
Last updated
{field | toFixed:2} > Sets number decimal precision 5300.1 > 5300.10
{$ labor + parts | format:2:',':'.'} > Sets number decimal precision, thousand separator, decimal separator e.g. 5300.1 > 5,300.00
{$ labor + parts | inWords:'en'} > Spells Number in words based on selected language"field": "first line \n second line" => In output document second line will go to next line