HiQPdf Documentation

HtmlToSvgConvertUrlToStream Method

Quickly Create High Quality PDFs
Converts a HTML document from a given URL to a SVG document and writes the resulted SVG document to an output stream

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public void ConvertUrlToStream(
	string url,
	Stream outputStream
)

Parameters

url
Type: SystemString
The URL of the HTML document to convert
outputStream
Type: System.IOStream
The output stream where to write the resulted PDF document
See Also

Reference