Winnovative RTF to PDF Converter Library for .NET Documentation

PdfConverterSavePdfFromRtfFileToStream Method

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

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

public void SavePdfFromRtfFileToStream(
	string rtfFilePath,
	Stream outPdfStream
)

Parameters

rtfFilePath
Type: SystemString
The full path of the RTF file
outPdfStream
Type: System.IOStream
The output stream where to save the generated PDF document.
See Also

Reference