EVO RTF to PDF Converter Library for .NET Documentation

PdfConverterSavePdfFromRtfStringToFile Method

EVO RTF to PDF Converter Library for .NET
EVO RTF to PDF Converter Library for .NET
Saves the rendered PDF document from the specified URL into the specified disk file

Namespace:  EvoPdf.RtfToPdf
Assembly:  evortftopdf (in evortftopdf.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void SavePdfFromRtfStringToFile(
	string rtfString,
	string outFile
)

Parameters

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

Reference