Winnovative RTF to PDF Converter Library for .NET
Saves the rendered PDF document from the specified rtf string to the specified stream.

Declaration Syntax
public void SavePdfFromRtfStringToStream(
string rtfString,
Stream outPdfStream
)
Public Sub SavePdfFromRtfStringToStream ( _
rtfString As String, _
outPdfStream As Stream _
)
public:
void SavePdfFromRtfStringToStream(
String^ rtfString,
Stream^ outPdfStream
)

Parameters
- rtfString (String)
- The RTF code
- 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)