HtmlToPdfConverterConvertHtmlFile Method

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

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.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