Can't get header to show in the report designer while using wkhtmltopdf
-
When I provide some HTML for the footer and header of the report in the designer only footer shows up in the rendered report.
-
Please share an example in the playground
https://playground.jsreport.net/
-
I found your response to a different question, it requires a full html including the
<!DOCTYPE html>
it won't render otherwise, but footer does... odd
https://playground.jsreport.net/studio/workspace/Hkgb8QKif/8
-
This is what the wkhtmltopdf utility requires. Not our idea.
However we have this aspect well documented so careful developer should not miss it.
https://jsreport.net/learn/wkhtmltopdf#headers-footers
-
Thank you