Click or drag to resize

PdfMetamorphosisRtfToPdfConvertByte Method

Converts array of RTF bytes into array of PDF bytes.

Namespace: SautinSoft
Assembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2024.1.12
Syntax
public byte[] RtfToPdfConvertByte(
	byte[] inputBytes
)

Parameters

inputBytes  Byte
RTF document as bytes array

Return Value

Byte
PDF document as byte array, or null in case of converting failed
See Also