Winnovative RTF to PDF Converter Library for .NET Documentation

PdfConverterSavePdfFromRtfStringToFile 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 URL into the specified disk file

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

public void SavePdfFromRtfStringToFile(
	string rtfString,
	string outFile
)

Parameters

rtfString
Type: SystemString
The RTF string
outFile
Type: SystemString
The full path of the file where to save the rendered PDF document
See Also

Reference