Open silverki opened 9 years ago
Yes there is. Issue is that @font-face font is not used in header and footer.
Could you create a simple test case?
+1
Unable to insert image tag in header and footer.....
options{ runningsPath: path.join('runnings.js') }
exports.header = {
content: function (..,..){
return "
Thanks in advance.
Hi,
You said it's possible, but how do you apply css on header and footer? What is the class or the id?
Thanks.
Hi maethor, I was able to solve this issue. Header and footer supports only inline css styling we cannot import or do external styling. check this link for more detailed work on header and footer: https://jsreport.net/learn/phantom-pdf
Thank you @PradyumnaR
Indeed, I also managed it with inline css.
This seems strange, because https://atom.io/packages/markdown-themeable-pdf, which seems to works just like this, manage css in footer pretty nicely.
Hi All,
I'm also interested for CSS support for headers/footers to centralize the customisation, using ID/Class/Tag.
Thanks for all !
Have I understood correctly that there is no CSS3 support?