So basically I'm using wkhtmltopdf to convert a dynamic HTML report to PDF.
The report has a particular format and I've been asked to clone that format with HTML.
The problem I'm facing is that I can't simulate a 100% functional page break in html so wkhtmltopdf can interpret it and send content to another page.
I'm trying to avoid page size measurement methods and so.
TIA for any help provided.
EDIT:
So far I'm emulating page break using <br>
and it works. I still have to do some testing though.
wkhtmltopdf
should respect CSS @media print rules – Nubile