Winnovative Logo

ExcelToPdfConverter.ConvertExcelData Method

Winnovative Client for .NET Core
Overload List

  NameDescription
Public methodConvertExcelData(Byte[])
Converts an Excel document read from a data buffer to PDF and returns the rendered PDF document into a memory buffer
Public methodConvertExcelData(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
Public methodConvertExcelData(Byte[], String)
Converts an Excel document read from a data buffer to PDF and returns the rendered PDF document into a memory buffer
Public methodConvertExcelData(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
Top
See Also

Reference