RtfToPdfConverterConvertFileToPdfFile Method

Converts an RTF file to PDF and writes the result to the specified output path

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next.RtfToPdf (in Winnovative.Pdf.Next.RtfToPdf.dll) Version: 20.0.0
C#
public void ConvertFileToPdfFile(
	string rtfFilePath,
	string outputPdfFilePath
)

Parameters

rtfFilePath  String
Input RTF file path.
outputPdfFilePath  String
Output PDF file path

See Also