HiQPdf Documentation

HtmlToSvgConvertUrlToFile Method

Quickly Create High Quality PDFs
Converts a HTML document from a given URL to a SVG file

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.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