Try again on each page via htmldoc

I am trying to figure out how to get a set of table headers to repeat on each page of output from htmldoc. I hooked up the CSS method (see below) to make sure this works, but I don't believe htmldoc does a lot with CSS.

The main question is: is there a way to make htmldoc act like this CSS when outputting to PDF?

thead {display: table-header-group;}
+5
source share
1 answer

HTMLDOC does not support HTML 4.0 elements, attributes, style sheets, or scripts.

HTMLDOC . . , ( ), .
. xhtml2pdf: https://github.com/xhtml2pdf/xhtml2pdf. css repeat, .

+1