Click or drag to resize

ExcelToPdfConvertByteToFile Method

Convert Excel bytes array to PDF, Word, RTF file. Output file will be created by component or overwritten if already exist

Namespace: SautinSoft
Assembly: SautinSoft.ExcelToPdf (in SautinSoft.ExcelToPdf.dll) Version: 2023.11.22
Syntax
public void ConvertByteToFile(
	byte[] excelBytes,
	string outPath
)

Parameters

excelBytes  Byte
Array of bytes containing Excel document
outPath  String
Path to output file
See Also