ExpertPdf Html to Pdf Converter Library
SavePdfFromHtmlFileToStream Method (htmlFilePath, internalLinksDocUrl, outPdfStream)
NamespacesExpertPdf.HtmlToPdfPdfConverterSavePdfFromHtmlFileToStream(String, 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,
	string internalLinksDocUrl,
	Stream outPdfStream
)
Public Sub SavePdfFromHtmlFileToStream ( 
	htmlFilePath As String,
	internalLinksDocUrl As String,
	outPdfStream As Stream
)
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.

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