Having overlap issues at page breaks when printing webpages with html and jsp to PDF using wkhtmltopdf. The issues are quite tricky to solve, sometime a CSS fix work for the place where the issue was originally found, but the issue crops somewhere else on a different page break.
Can anyone help with a resolution if you have found one?
The underlying page uses HTML <table>, <tr>, <td> tags .
Also tried the page-break-inside: avoid property on the tr tag, but that makes the page break right before a large tr leaving a huge amount of white space on the page.
I am attaching a screenshot of a few sample of the overlap issues, always near where the page break occurs.
Is there any workaround to this issue? anything in the settings/configuration on wkhtmltopdf that will help with this?
Thanks in advance!
Arathi