Click or drag to resize
PdfConverterSavePdfFromHtmlFileToStream Method (String, Stream)
Converts the specified HTML file to PDF and saves the rendered PDF document to the specified stream.

Namespace: ExpertPdf.HtmlToPdf
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public void SavePdfFromHtmlFileToStream(
	string htmlFilePath,
	Stream outPdfStream
)

Parameters

htmlFilePath
Type: SystemString
The full path of the HTML file to be converted to PDF.
outPdfStream
Type: System.IOStream
The output stream where to save the generated PDF document.
See Also