HtmlToPdfConverterConvertHtmlFile Method

Converts a HTML file to PDF and returns the rendered PDF document into a memory buffer

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public byte[] ConvertHtmlFile(
	string htmlFilePath
)

Parameters

htmlFilePath  String
The full path of the HTML file to convert to PDF

Return Value

Byte
A memory buffer containing the the generated PDF document

See Also