is it possible to force a pagebreak in the print.tpl.php template?
i know tcpdf has the function AddPage() but i don't know how to call it from the template file.
is it possible to force a pagebreak in the print.tpl.php template?
i know tcpdf has the function AddPage() but i don't know how to call it from the template file.
Comments
Comment #1
djoulle commentedsimply add
<tcpdf method="AddPage" />were needed in your contentbest
julien
Comment #2
jcnventuraComment #4
ksiebel commentedHow does it work in Drupal 6?
With a simple
<tcpdf method="AddPage" />it doesn't work for me.Comment #5
ksiebel commented<div style="page-break-before: always;"> </div>works fine.