HiQPdf Documentation

HtmlToPdfConvertUrlToMemory Method

HiQPdf Client for .NET Core
Converts a HTML document from a given URL and produces a PDF document in a memory buffer

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.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 PDF document as a memory buffer
See Also

Reference