Hi all
I'm currently using document generator function to print pdf documents.
I need to print in one pdf, multiple invoices for different customers; each invoice must start numebring page from 1 to n; so I'm trying to find a way to do this; the only one that I can think about is put some word section break tag in template or in the json, so that page number starts from 1 for each section break, so for each different invoice.
But I'cannot find any section break tag Document Generator ducuments.
Anyone has some idea how to do this in other way ?
Thanks
Regards