Convert Html Code to Image JPG PNG in asp.net C#
Hello Friends,
Here are code for convert html code to Image JPG PNG in asp.net c#
First Install Nuget Package by Following Command.
Bitmap m_Bitmap = new Bitmap(400, 600);
Here are code for convert html code to Image JPG PNG in asp.net c#
First Install Nuget Package by Following Command.
- Install-Package HtmlRenderer.WinForms -Version 1.4.13
then Use Following c# code to generate image.
Comments
Post a Comment