ExcelToPdfConverterConvertExcelData Method

Overload List

ConvertExcelData(Byte) Converts an Excel document read from a data buffer to PDF and returns the rendered PDF document into a memory buffer
ConvertExcelData(Byte, Int32) Converts an Excel document read from a data buffer to PDF and returns the rendered PDF document into a memory buffer. You can specify the list of worksheets to be exported to PDF
ConvertExcelData(Byte, String) Converts an Excel document read from a data buffer to PDF and returns the rendered PDF document into a memory buffer
ConvertExcelData(Byte, String, Int32) Converts an Excel document read from a data buffer 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