HtmlToSvgConvertUrlToMemory Method

Converts a HTML document from a given URL and produces a SVG document in a memory buffer

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public byte[] ConvertUrlToMemory(
	string url
)

Parameters

url  String
The URL of the HTML document to convert

Return Value

Byte
The SVG document as a memory buffer

See Also