So, basically I use wkhtmltopdf to convert a dynamic HTML report to PDF.
The report has a specific format, and I was asked to clone this format using HTML.
The problem I am facing is that I cannot simulate a 100% functional page break in html, so wkhtmltopdf can interpret it and send the content to another page.
I am trying to avoid methods for measuring page size and so.
TIA for any assistance provided.
EDIT: For now, I am emulating a page break using <br>
, and it works. However, I still need to do some testing.
source share