| 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
Syntaxpublic 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
RemarksSelectPdf online API can convert http:// and https:// publicly available urls.
 See Also
See Also