RtfToPdfConverterConvertFileToPdf Method

Converts an RTF file to a PDF byte array

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next.RtfToPdf (in Winnovative.Pdf.Next.RtfToPdf.dll) Version: 20.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