HtmlToSvgConvertUrlToFile Method

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

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.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