Click or drag to resize

HtmlToPdfClientconvertUrlToFileAsync Method

Convert the specified url to PDF with an asynchronous call and writes the resulted PDF to a local file.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public void convertUrlToFileAsync(
	string url,
	string filePath
)

Parameters

url
Type: SystemString
Address of the web page being converted.
filePath
Type: SystemString
Local file including path if necessary.
Remarks
SelectPdf online API can convert http:// and https:// publicly available urls.
See Also