Click or drag to resize

HtmlToPdfClient.convertHtmlStringAsync Method (String)

Convert the specified HTML string to PDF with an asynchronous call.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public byte[] convertHtmlStringAsync(
	string htmlString
)

Parameters

htmlString
Type: System.String
HTML string with the content being converted.

Return Value

Type:Byte[]
Byte array containing the resulted PDF.
See Also