WordToPdfConverterConvertToPdf(Byte) Method
            Converts a Word document to a PDF byte array.
            The input must be a valid DOCX file provided as a byte array. The resulting PDF content is returned
            as a byte array, which can be saved, streamed or transmitted as needed.
            
Namespace: Winnovative.Pdf.ChromiumAssembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 19.5.0
public byte[] ConvertToPdf(
	byte[] wordBytes
)
- wordBytes  Byte
 - The content of the DOCX file as a byte array
 
ByteA byte array containing the generated PDF document