wkhtmltopdf repeated table headers overlap rows when rows contain long, multi-line text
Summary This postmortem analyzes a wkhtmltopdf layout defect where repeated table headers overlap the first row on subsequent pages when rows contain long, multi‑line text. Although the HTML renders correctly in browsers, wkhtmltopdf’s patched Qt layout engine fails to recalculate row heights before placing repeated headers, causing truncation and overlap. Root Cause The failure stems … Read more