I am using wkhtmltopdf to convert html to pdf.
I want to add header in every page, but it only shows up in the first page (table of contents).
The command I am using is "C:\Program Files\wkhtmltopdf\wkhtmltopdf.exe" toc --xsl-style-sheet default.xsl --header-html header.html http://a-url-to-a-page.com "some\folder\outputs\output-%time:~0,2%-%time:~3,2%-%time:~6,2%.pdf"
Any ideas?