PdfMetamorphosisTextToPdfConvertByte Method |
Converts array of Text bytes into array of PDF bytes.
Namespace: SautinSoftAssembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2024.12.19
Syntaxpublic byte[] TextToPdfConvertByte(
byte[] inputBytes
)
Public Function TextToPdfConvertByte (
inputBytes As Byte()
) As Byte()
Parameters
- inputBytes Byte
- Text document as bytes array
Return Value
BytePDF document as byte array, or null in case of converting failed
See Also