HiQPdf Documentation

HtmlToSvgConvertUrlToMemory Method

Quickly Create High Quality PDFs
Converts a HTML document from a given URL and produces a SVG document in a memory buffer

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

public byte[] ConvertUrlToMemory(
	string url
)

Parameters

url
Type: SystemString
The URL of the HTML document to convert

Return Value

Type: Byte
The SVG document as a memory buffer
See Also

Reference