ExcelToPdfConverterConvertToPdfFile(Byte, String) Method

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

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next.ExcelToPdf (in HiQPdf.Next.ExcelToPdf.dll) Version: 18.0.0
C#
public void ConvertToPdfFile(
	byte[] excelBytes,
	string outputPdfFilePath
)

Parameters

excelBytes  Byte
The content of the .xlsx file as a byte array
outputPdfFilePath  String
The full path where the resulting PDF file will be saved

See Also