ExcelToPdfConvertByteToFile Method |
Convert Excel bytes array to PDF, Word, RTF file. Output file will be created by component or overwritten if already exist
Namespace: SautinSoftAssembly: SautinSoft.ExcelToPdf (in SautinSoft.ExcelToPdf.dll) Version: 2024.11.30
Syntax public void ConvertByteToFile(
byte[] excelBytes,
string outPath
)
Public Sub ConvertByteToFile (
excelBytes As Byte(),
outPath As String
)
Parameters
- excelBytes Byte
- Array of bytes containing Excel document
- outPath String
- Path to output file
See Also