HtmlToSvgConvertUrlToFile Method

Converts a HTML document from a given URL to a SVG file

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void ConvertUrlToFile(
	string url,
	string outputFile
)

Parameters

url  String
The URL of the HTML document to convert
outputFile  String
The output SVG file

See Also