Как конвертировать HTML в файл изображения в ASP.NET с#
У меня есть следующий html код
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Happy Birthday</title> </head> <body background="http://172.17.200.54/Bday_Mail_Template/BG_2.jpg"> <div style='width: 100%; height: auto; float: left;'> <div style='font-size: 24px; width: 100%; float: left;'> Dear User, </div> <div style='font-size: 22px; line-height: 50px; width: 100%; float: left; text-align: center; margin-top: 40px;'> Wish you a very happy Birth day. </div> <div style='font-size: 18px; letter-spacing: 1px; font-style: italic; width: 100%; float: left; margin-top: 50px;'> Best Wishes, <br /> HR Team<br /> Test Company Ltd <br /><br /> <span style="color:Red;">***Note - </span> This is a system generated email,please do not reply. </div> </div> </body> </html>
Что я уже пробовал:
Я пытаюсь преобразовать html в изображение, но не могу