Click or drag to resize

HtmlToPdfClientconvertUrlAsync Method

Convert the specified url to PDF using an asynchronous call.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public byte[] convertUrlAsync(
	string url
)

Parameters

url
Type: SystemString
Address of the web page being converted.

Return Value

Type: Byte
Byte array containing the resulted PDF.
Remarks
SelectPdf online API can convert http:// and https:// publicly available urls.
See Also