Hello, It is not working as expected...and I'm not sure if the
functionality is supported. Want to create PDF from html document. The
html document contains a html table that typically contains a large
number of rows. To make reading easier the html table used thead and
tbody elements, and their children, so that when the table extends
across pages when printed the header element recurs on each page.
However, the header element is not recurring in the generated PDF
document (it only occurs in th...