2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Syncfusion Essential PDF is a .NET PDF library used to create, read, and edit PDF documents. Using this library, you can convert HTML to SVG in C# and VB.NET by using the advanced WebKit rendering engine. Steps to convert HTML to SVG programmatically:
C# using Syncfusion.HtmlConverter;
VB.NET Imports Syncfusion.HtmlConverter
C# //Initialize HTML converter with WebKit rendering engine HtmlToPdfConverter htmlConverter = new HtmlToPdfConverter(HtmlRenderingEngine.WebKit); WebKitConverterSettings webKitSettings = new WebKitConverterSettings(); //Set WebKit path webKitSettings.WebKitPath = @"/QtBinaries/"; //Assign WebKit settings to HTML converter htmlConverter.ConverterSettings = webKitSettings; //Convert URL to SVG htmlConverter.ConvertToSvg("http://www.google.com", "sample.svg"); //This will open the SVG file so, the result will be seen in default SVG viewer Process.Start("Sample.svg");
VB.NET 'Initialize HTML converter with WebKit rendering engine Dim htmlConverter As New HtmlToPdfConverter(HtmlRenderingEngine.WebKit) Dim webKitSettings As New WebKitConverterSettings() 'Set WebKit path webKitSettings.WebKitPath = "/QtBinaries/" 'Assign WebKit settings to HTML converter htmlConverter.ConverterSettings = webKitSettings 'Convert URL to SVG htmlConverter.ConvertToSvg("http://www.syncfusion.com", "sample.svg") 'This will open the SVG file so, the result will be seen in default SVG viewer Process.Start("Sample.svg")
You can download the work sample from HTMLToSVGSample.zip By executing the program, you will get the SVG output as follows. Take a moment to peruse the documentation, where you will find other options like partial webpage to SVG with code examples. Refer here to explore the rich set of Syncfusion Essential PDF features. Note: Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to link to learn about generating and registering Syncfusion license key in your application to use the components without trail message.
|
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.