HtmlToPdfConverterConvertHtmlFile Method
Converts a HTML file to PDF and returns the rendered PDF document into a memory buffer
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public byte[] ConvertHtmlFile(
string htmlFilePath
)
Public Function ConvertHtmlFile (
htmlFilePath As String
) As Byte()
- htmlFilePath String
- The full path of the HTML file to convert to PDF
ByteA memory buffer containing the the generated PDF document