Click or drag to resize

ExcelToPdfConvertFiletoBytes Method

Convert Excel file to PDF, Word bytes array

Namespace: SautinSoft
Assembly: SautinSoft.ExcelToPdf (in SautinSoft.ExcelToPdf.dll) Version: 2023.11.22
Syntax
public byte[] ConvertFiletoBytes(
	string excelPath
)

Parameters

excelPath  String
Path to Excel file

Return Value

Byte
Array of bytes with the output document.
See Also