hajareshyam / pdf-creator-node

This package is used to generate HTML to PDF in Nodejs
MIT License
238 stars 79 forks source link

img into header config #119

Open DevApIngenieria opened 4 months ago

DevApIngenieria commented 4 months ago

tags on header doesn't print

This not working <div><img src='my_icon_HTTP_path' /><div style='text-align: center;'>Author: Marc Bachmann</div></div>

This not working <div><img src='my_icon_LOCAL_path' /><div style='text-align: center;'>Author: Marc Bachmann</div></div>

Thanks!