| HtmlToPdfClientconvertHtmlStringToFileAsync Method (String, String) | 
 
            Convert the specified HTML string 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
Syntaxpublic void convertHtmlStringToFileAsync(
	string htmlString,
	string filePath
)
Public Sub convertHtmlStringToFileAsync ( 
	htmlString As String,
	filePath As String
)
Parameters
- htmlString
- Type: SystemString
 HTML string with the content being converted.
- filePath
- Type: SystemString
 Local file including path if necessary.
 See Also
See Also