ExcelToPdfConverterConvertExcelStream Method

Overload List

ConvertExcelStream(Stream) Converts an Excel document read from a stream to PDF and returns the rendered PDF document into a memory buffer
ConvertExcelStream(Stream, Int32) Converts an Excel document read from a stream to PDF and returns the rendered PDF document into a memory buffer. You can specify the list of worksheets to be exported to PDF
ConvertExcelStream(Stream, String) Converts an Excel document read from a stream to PDF and returns the rendered PDF document into a memory buffer
ConvertExcelStream(Stream, String, Int32) Converts an Excel document read from a stream to PDF and returns the rendered PDF document into a memory buffer. You can specify the password to open the Excel File and the list of worksheets to be exported to PDF

See Also