Winnovative RTF to PDF Converter Library for .NET
SavePdfFromRtfFileToFile Method (rtfFilePath, outFile)
NamespacesWinnovative.WnvRtfToPdfPdfConverterSavePdfFromRtfFileToFile(String, String)
Winnovative RTF to PDF Converter Library for .NET
Saves the rendered PDF document from the specified HTML file into the specified disk file
Declaration Syntax
C#Visual BasicVisual C++
public void SavePdfFromRtfFileToFile(
	string rtfFilePath,
	string outFile
)
Public Sub SavePdfFromRtfFileToFile ( _
	rtfFilePath As String, _
	outFile As String _
)
public:
void SavePdfFromRtfFileToFile(
	String^ rtfFilePath, 
	String^ outFile
)
Parameters
rtfFilePath (String)
The RTF file full path
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)