ExcelToPdfConverterConvertExcelStream(Stream) Method
Converts an Excel document read from a stream to PDF and returns the rendered PDF document into a memory buffer
Namespace: EvoExcelToPdfAssembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_NetCore.dll) Version: 14.0.0
public byte[] ConvertExcelStream(
Stream excelStream
)
- excelStream Stream
- The stream containing the Excel document to convert to PDF
ByteAn array of bytes containing the binary representation of the PDF document.