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
)
Public Function convertUrlAsync (
url As String
) As Byte()
Parameters
- url
- Type: SystemString
Address of the web page being converted.
Return Value
Type:
ByteByte array containing the resulted PDF.
Remarks SelectPdf online API can convert http:// and https:// publicly available urls.
See Also