RtfToPdfConverterConvertStreamToPdfFile Method

Converts an RTF stream to PDF and writes the result to the specified output path

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next.RtfToPdf (in Winnovative.Pdf.Next.RtfToPdf.dll) Version: 20.0.0
C#
public void ConvertStreamToPdfFile(
	Stream rtfStream,
	string outputPdfFilePath
)

Parameters

rtfStream  Stream
The RTF stream providing the RTF content bytes
outputPdfFilePath  String
Output PDF path

See Also