I’m trying to convert HTML with inline SVG to PDF. The inline SVG is inserted as an image and a Base64 string:
<img src="data:image/svg+xml;Base64,PHN2ZyB4bWxu....">
However, I keep getting the following error when sav…...and a base64 string: <img src="data:image/svg+xml;base64,PHN2ZyB4bWxu...“data:image/svg+xml;base64,” from the src and then converting the base64 string...