RtfToPdfConverterConvertToPdf Method

Converts an RTF byte array 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[] ConvertToPdf(
	byte[] rtfBytes
)

Parameters

rtfBytes  Byte
The RTF content as a byte array

Return Value

Byte
PDF bytes representing the rendered document

See Also