1

Is it possible to create separate headers and footers on different pages eg creating a continuing header on subsequent pages.
many thanks and apologies for not being able to write in French

2

i do not think it's possible but you can simulate it yourself in html
et la le mec il le pécho par le bras et il lui dit '

3

How, as the html is already created before being parsed. I have previously done page breaking and different headers, footers, widows and orphans and was looking to see if there was any way that html2pdf could do these functions for me. Or is there a way of extending html2pdf to add new tag and tag features?

4

if you can control yourself page break, just do
<page>
<div id="header1">my first header</div>
...
</page>
<page>
<div class="commonheader">common header</div>
...
</page>
<page>
<div class="commonheader">common header</div>
... </page>


or, if you can extract only the first page content, generate only this first page as a pdf, and after generate all the other pages in an second pdf, with dedicated header
finally use pdftk to assemble the two pdf file into one

for extending html2pdf, why not, check the source :- )
et la le mec il le pécho par le bras et il lui dit '