RtfToPdfConverterConvertStringToPdf Method

Converts an RTF string (raw RTF markup like "{\rtf1...}") 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[] ConvertStringToPdf(
	string rtfContent
)

Parameters

rtfContent  String
The RTF content as a string

Return Value

Byte
PDF bytes representing the rendered document

See Also