CSS to PDF, using THEAD for repeating header on new page
css, html, pdf
Solution
If this is for one time only, perhaps you can simply open the page in a browser and export to PDF from the Print dialog.
This way, the browser deals with correctly displaying the THEAD elements and you get your PDF output.
Problem
I have CSS and HTML that I will be converting into PDF. I want to specify a header on each page that, in the PDF, will repeat on each new page. I know that I can use THEAD to specify the header, however, is there a free html-to-pdf converter that will respect the THEAD tag? If not, are there any alternatives? Thanks...