I am currently evaluating a number of html to pdf packages. Most seem to correctly insert a page break when using the following:
<tbody style="page-break-inside: avoid;">
However it does not seem to be working for me with iText7 7.1.2 and pdfHtml 2.0.2. Is there a particular converter property to set? Does this only work for some HTML elements?
**Note: ** One detail of this is that the input is an HTML stream, not a static file.