Winnovative RTF to PDF Converter Library for .NET Documentation

PdfConverterSavePdfFromRtfFileToFile 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 HTML file 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 SavePdfFromRtfFileToFile(
	string rtfFilePath,
	string outFile
)

Parameters

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

Reference