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
Type: SystemString
Path to Excel file

Return Value

Type: Byte
Array of bytes with the output document.
See Also