Hello,
I'm trying to generate a PDF from an HTML file that contains an SVG loaded via an <img> tag.
In the PDF, I se a white square with a gray X on it and the words "Image not found or type unknown" instead of the intended image.
I have also tried loading a PNG image from the same directory and it worked without issue.
Lastly, I've included the image via base64 encoding in the source tag and was not able to get them to load that way either.
Any tips for continued troubleshooting here would be appreciated.
Thank you!