EVO HTML to SVG Converter can be used in any type of .NET application to convert HTML pages to SVG vector images. The HTML to SVG Converter is not a standalone product, it is part of the HTML to PDF Converter Library and is represented by the HtmlToSvgConverter class of that library.
Using this class you can convert HTML pages to SVG images. SVG is the de facto standard for vector images and the trend is to use more and more vector images instead of raster images because the vector images preserve the same quality at different zoom levels. The integration with existing .NET applications is extremely easy and no installation is necessary.
The downloaded archive contains the assembly for .NET and a demo application. The full C# source code for the demo application is available in the Samples folder.
The code below was taken from the HTML to SVG Converter demo application available for download in the HTML to PDF Converter product package. In this sample an instance of the HtmlToSvgConverter class is constructed and used to convert a HTML page to an SVG vector image.