I have a dynamic table in my web page that sometimes contains lots of rows. I know there are page-break-before and page-break-after CSS properties.
Where do I put them in my code in order to force page breaking if needed?
I'm making a HTML report that is going to be printable, and it has "sections" that should start in a new page.
Is there any way to put something in the HTML/CSS that will signal to the browser that …
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 …