ExcelToPdfConverterConvertExcelStreamToPdfDocumentObject(Stream) Method
Converts an Excel document read from a stream to PDF and returns the rendered PDF document
as an object of the
Document class that can be further used in other operations
requiring this type of objects
Namespace: EvoExcelToPdfAssembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_NetCore.dll) Version: 14.0.0
public Document ConvertExcelStreamToPdfDocumentObject(
Stream excelStream
)
- excelStream Stream
- The stream containing the Excel document to convert to PDF
DocumentThe created
Document object