WordToPdfConverterConvertToPdfFile(Byte, String) Method
Converts a Word document from a byte array to PDF and saves the result to a specified file path
Namespace: HiQPdf.ChromiumAssembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 17.5.0
public void ConvertToPdfFile(
byte[] wordBytes,
string outputPdfFilePath
)
Parameters
- wordBytes Byte
- The content of the DOCX file as a byte array
- outputPdfFilePath String
- The full path where the resulting PDF file will be saved