EVO SVG to PDF Converter can be used in any type of .NET application to convert SVG vector images to PDF documents. The SVG to PDF Converter is not a standalone product, it is part of the HTML to PDF Converter Library and is represented by the HtmlToPdfConverter class of that library.
Using this class you can convert SVG images to PDF documents. The SVG images can be standalone documents or they can be embedded in HTML documents. 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 SVG to PDF Converter demo application available for download in the HTML to PDF Converter product package. In this sample an instance of the HtmlToPdfConverter class is constructed and used to convert the SVG vector images embedded in a HTML document to a PDF document.