Concatenating variables in an invoice template?

Hi,

Would anyone be so kind and give me a hint on how to concatenate variables in the template design view?
E.g. “$account.address1” + “$account.address2” instead of doing “Some Street Address 17/77” reports and error.
Doing just “$account.address1 $account.address2” displays “$account.address1 $account.address2” on the invoice.

Any help greatly appreciated. Thanks and cheers!

Check the ‘Style2’ tab here: http://pdfmake.org/playground.html

Text properties can contain arrays.

Awesome! That solves it. Thanks! :slight_smile: