hey purematic
whats your problem with multi page PDFs ?
re page break
- if your concerned re where the page break and that some stuff is separated onto another page
- you can use the below code to not slipt a section over a page break
<div id="nobreak" style="page-break-inside: avoid;">
<table>
<!-- invoice details section - start -->
............ your stuff here ............
</table>
</div>
cheers
justin
It looks like you're new here. If you want to get involved, click one of these buttons!