wkhtmltopdf
Page break issues with tables:
- https://stackoverflow.com/questions/13516534/how-to-avoid-page-break-inside-table-row-for-wkhtmltopdf
- https://github.com/wkhtmltopdf/wkhtmltopdf/issues/4304
- https://github.com/wkhtmltopdf/wkhtmltopdf/issues/1627
- https://github.com/wkhtmltopdf/wkhtmltopdf/issues/1841
- https://github.com/wkhtmltopdf/wkhtmltopdf/issues/3058
- https://github.com/wkhtmltopdf/wkhtmltopdf/issues/3208
- https://github.com/wkhtmltopdf/wkhtmltopdf/issues/3404
- https://github.com/wkhtmltopdf/wkhtmltopdf/issues/4299
Possible solutions:
tr {
page-break-inside: avoid !important;
}
Sometimes this doesn’t work, so you’ll have to manually adjust the page size and print tables