Click or drag to resize

PdfConverterSavePdfFromHtmlFileToStream(String, String, Stream) Method

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

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

Parameters

htmlFilePath  String
The full path of the HTML file to be converted to PDF.
internalLinksDocUrl  String
The full URL of the document referenced by the internal links from the HTML string.
outPdfStream  Stream
The output stream where to save the generated PDF document.
See Also