<img class="image" src="me.jpg">
Where the image class only has display: inline-block;
It's coming up on my html but not on my pdf.. Any reasons/help?
Check the "base" options to properly set the path from where html-pdf shoudl fetch the image
We are having an image in the header html. Image was added in below mentioned ways :-
The header image is not coming in the generated pdf.
You can try this instead of giving image path in config.header
<div id="page-header"><img src="LIVEURLOFYOURIMAGE" /></div>
Try putting the full URL of the image or you can use the base property in the config for base URL.
Use file://PATH for local files
But it only works on HTML body, it doesn't work on pdf header/footer
Most helpful comment
We are having an image in the header html. Image was added in below mentioned ways :-
The header image is not coming in the generated pdf.