我正在使用SelectPDF将HTML转换为PDF
html中有一个用于图像的部分:
<div>
<img src="imagespicture.png" alt="Logo">
</div>
在html中查看页面没有问题但是当html被转换后,图片不会出现。
这个问题出现在Select PDF的toubleshooting部分。
https://selectpdf.com/html-to-pdf/docs/html/Troubleshooting.htm
我不得不使用一个既有模板字符串又有基本url字符串ConvertHtmlToString(string,string(的方法。