ExpertPdf Html to Pdf Converter Library
SavePdfFromHtmlFileToStream Method (htmlFilePath, outPdfStream)
NamespacesExpertPdf.HtmlToPdfPdfConverterSavePdfFromHtmlFileToStream(String, Stream)
ExpertPdf Html to Pdf Converter Library
Converts the specified HTML file to PDF and saves the rendered PDF document to the specified stream.
Declaration Syntax
C#Visual BasicVisual C++
public void SavePdfFromHtmlFileToStream(
	string htmlFilePath,
	Stream outPdfStream
)
Public Sub SavePdfFromHtmlFileToStream ( 
	htmlFilePath As String,
	outPdfStream As Stream
)
public:
void SavePdfFromHtmlFileToStream(
	String^ htmlFilePath, 
	Stream^ outPdfStream
)
Parameters
htmlFilePath (String)
The full path of the HTML file to be converted to PDF.
outPdfStream (Stream)
The output stream where to save the generated PDF document.

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