Hi,
We need to print quotes landscape because we have lots of fields to print for every item. This way we risk to generate more than one page PDF and get the total amount table box we have at the end cutted in two parts as it spans over two different pages.
So I'm wondering if there's a way to conditionally put a <br pagebreak="true"/> that forces tcpdf to go on another page, something that counts itemNum for example ... something like <!-- {{#if itemNum moreThan 10}} -->
thanks a lot,
Michele
We need to print quotes landscape because we have lots of fields to print for every item. This way we risk to generate more than one page PDF and get the total amount table box we have at the end cutted in two parts as it spans over two different pages.
So I'm wondering if there's a way to conditionally put a <br pagebreak="true"/> that forces tcpdf to go on another page, something that counts itemNum for example ... something like <!-- {{#if itemNum moreThan 10}} -->
thanks a lot,
Michele
Comment