Converts the specified HTML file to PDF and saves the rendered PDF document to the specified stream.

C# | Visual Basic | Visual C++ |
public void SavePdfFromHtmlFileToStream( string htmlFilePath, Stream outPdfStream )
Public Sub SavePdfFromHtmlFileToStream ( htmlFilePath As String, outPdfStream As Stream )
public: void SavePdfFromHtmlFileToStream( String^ htmlFilePath, Stream^ outPdfStream )
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)