PdfMetamorphosisRtfToPdfConvertByte Method |
Converts array of RTF bytes into array of PDF bytes.
Namespace: SautinSoftAssembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2024.11.6
Syntax public byte[] RtfToPdfConvertByte(
byte[] inputBytes
)
Public Function RtfToPdfConvertByte (
inputBytes As Byte()
) As Byte()
Parameters
- inputBytes Byte
- RTF document as bytes array
Return Value
BytePDF document as byte array, or null in case of converting failed
See Also