RtfToPdfConverterConvertStreamToPdf Method

Converts an RTF stream to a PDF byte array

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next.RtfToPdf (in EvoPdf.Next.RtfToPdf.dll) Version: 14.0.0
C#
public byte[] ConvertStreamToPdf(
	Stream rtfStream
)

Parameters

rtfStream  Stream
The RTF stream providing the RTF content bytes

Return Value

Byte
PDF bytes representing the rendered document

See Also