Winnovative RTF to PDF Converter Library for .NET Documentation

PdfConverterSavePdfFromRtfStringToStream Method

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

Namespace:  Winnovative.WnvRtfToPdf
Assembly:  wnvrtftopdf (in wnvrtftopdf.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void SavePdfFromRtfStringToStream(
	string rtfString,
	Stream outPdfStream
)

Parameters

rtfString
Type: SystemString
The RTF code
outPdfStream
Type: System.IOStream
The output stream where to save the generated PDF document.
See Also

Reference