Winnovative RTF to PDF Converter Library for .NET
SavePdfFromRtfStringToFile Method (rtf, 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 rtf,
	string outFile
)
Public Sub SavePdfFromRtfStringToFile ( _
	rtf As String, _
	outFile As String _
)
public:
void SavePdfFromRtfStringToFile(
	String^ rtf, 
	String^ outFile
)
Parameters
rtf (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: 2.0.5.0 (2.0.5.0)