RtfToPdfConverterConvertFileToPdf Method

Converts an RTF file to a PDF byte array

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next.RtfToPdf (in HiQPdf.Next.RtfToPdf.dll) Version: 18.0.0
C#
public byte[] ConvertFileToPdf(
	string rtfFilePath
)

Parameters

rtfFilePath  String
Full path to the input RTF file

Return Value

Byte
Generated PDF bytes

See Also