HiQPdf Documentation

HtmlToSvgConvertUrlToFile Method

HiQPdf Client for .NET Core
Converts a HTML document from a given URL to a SVG file

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public void ConvertUrlToFile(
	string url,
	string outputFile
)

Parameters

url
Type: SystemString
The URL of the HTML document to convert
outputFile
Type: SystemString
The output SVG file
See Also

Reference