如何将 html 网页动态链接转换为图像格式。请记住,该链接是动态的,其中包含字符串格式的 html 内容。我尝试了很多方法,例如首先使用转换为 Base64 来读取 html 内容,然后反之亦然。
var htmlToImageConv = new HtmlToImageConverter();
byte[] jpegBytes = htmlToImageConv.GenerateImage(html, ImageFormat.Jpeg); System.Drawing.Image image; using (System.IO.MemoryStream ms = new System.IO.MemoryStream(strOg))
{
image = System.Drawing.Image.FromStream(ms); string path = Server.MapPath("~/images/");
}
我已经在 C# 中尝试过这段代码,用于将 html 网页转换为图像。
月关宝盒
HUX布斯
潇潇雨雨
相关分类