Winnovative RTF to PDF Converter Library for .NET
SavePdfFromRtfStringToFile Method (rtfString, outFile)
NamespacesWinnovative.WnvRtfToPdfPdfConverterSavePdfFromRtfStringToFile(String, String)
Winnovative RTF to PDF Converter Library for .NET
Saves the rendered PDF document from the specified URL into the specified disk file
Declaration Syntax
C#Visual BasicVisual C++
public void SavePdfFromRtfStringToFile(
	string rtfString,
	string outFile
)
Public Sub SavePdfFromRtfStringToFile ( _
	rtfString As String, _
	outFile As String _
)
public:
void SavePdfFromRtfStringToFile(
	String^ rtfString, 
	String^ outFile
)
Parameters
rtfString (String)
The RTF string
outFile (String)
The full path of the file where to save the rendered PDF document

Assembly: Winnovative.WnvRtfToPdf (Module: Winnovative.WnvRtfToPdf) Version: 3.1.0.0 (3.1.0.0)