Winnovative RTF to PDF Converter Library for .NET
SavePdfFromRtfFileToStream Method (rtfFilePath, outPdfStream)
NamespacesWinnovative.WnvRtfToPdfPdfConverterSavePdfFromRtfFileToStream(String, Stream)
Winnovative RTF to PDF Converter Library for .NET
Saves the PDF document rendered from the specified RTF file to the specified stream.
Declaration Syntax
C#Visual BasicVisual C++
public void SavePdfFromRtfFileToStream(
	string rtfFilePath,
	Stream outPdfStream
)
Public Sub SavePdfFromRtfFileToStream ( _
	rtfFilePath As String, _
	outPdfStream As Stream _
)
public:
void SavePdfFromRtfFileToStream(
	String^ rtfFilePath, 
	Stream^ outPdfStream
)
Parameters
rtfFilePath (String)
The full path of the RTF file
outPdfStream (Stream)
The output stream where to save the generated PDF document.

Assembly: Winnovative.WnvRtfToPdf (Module: Winnovative.WnvRtfToPdf) Version: 3.1.0.0 (3.1.0.0)