Click or drag to resize

PdfMetamorphosisTextToPdfConvertByte Method

Converts array of Text bytes into array of PDF bytes.

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

Parameters

inputBytes  Byte
Text document as bytes array

Return Value

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