WordToPdfConverterConvertToPdfFile(Byte, String) Method

Converts a Word document from a byte array to PDF and saves the result to a specified file path

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 17.5.0
C#
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

See Also