
I'm finding that if a <img> tag has a "src" attribute relative to the document root (e.g. "<img src='/some/where/image.jpg'>") then html2pdf will try to find it at that location relative to the filesystem, not the document root.
Is this a bug, or something I need to do? If a bug, where might I look to fix it?
Thanks!