ExcelToPdfConvertFiletoBytes Method |
Convert Excel file to PDF, Word bytes array
Namespace: SautinSoftAssembly: SautinSoft.ExcelToPdf (in SautinSoft.ExcelToPdf.dll) Version: 2024.11.30
Syntax public byte[] ConvertFiletoBytes(
string excelPath
)
Public Function ConvertFiletoBytes (
excelPath As String
) As Byte()
Parameters
- excelPath String
- Path to Excel file
Return Value
Byte
Array of bytes with the output document.
See Also