Converts the specified HTML file to PDF and returns the rendered PDF document as an array of bytes.

C# | Visual Basic | Visual C++ |
public byte[] GetPdfBytesFromHtmlFile( string htmlFilePath )
Public Function GetPdfBytesFromHtmlFile ( htmlFilePath As String ) As Byte()
public: array<unsigned char>^ GetPdfBytesFromHtmlFile( String^ htmlFilePath )

- htmlFilePath (String)
- The full path of the HTML file to be converted to PDF.

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)