HtmlToPdfClientconvertUrlToFile Method |
Convert the specified url to PDF 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 convertUrlToFile(
string url,
string filePath
)
Public Sub convertUrlToFile (
url As String,
filePath As String
)
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