RtfToPdfConverterConvertToPdfFile Method

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

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next.RtfToPdf (in EvoPdf.Next.RtfToPdf.dll) Version: 14.0.0
C#
public void ConvertToPdfFile(
	byte[] rtfBytes,
	string outputPdfFilePath
)

Parameters

rtfBytes  Byte
RTF content
outputPdfFilePath  String
Output PDF path

See Also