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: HiQPdf.ChromiumAssembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 17.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