Okay I found a work around - not sure if it's the correct way - I
don't usually spend much time with CSS - thank goodness!
In my CSS I have:
.pagebreak
{
page-break-after: always
}
Then in the html I have:
<div class="pagebreak">
<?php print $stuff_here; ?>
</div>
And pisa renders the PDF correctly. I'm not sure how to use pisa's
vendor specific tags such as -pdf-page-break ? If anyone has some
example code with these in I would love to see it.
Cheers
Sam