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