ExcelToPdfConverterConvertExcelDataToFile Method

Overload List

ConvertExcelDataToFile(Byte, String) Converts an Excel document read from a data buffer to PDF and writes the rendered PDF document into a file
ConvertExcelDataToFile(Byte, Int32, String) Converts an Excel document read from a data buffer to PDF and writes the rendered PDF document into a file. You can specify the list of worksheets to be exported to PDF
ConvertExcelDataToFile(Byte, String, String) Converts an Excel document read from a data buffer to PDF and writes the rendered PDF document into a file
ConvertExcelDataToFile(Byte, String, Int32, String) Converts an Excel document read from a data buffer to PDF and writes the rendered PDF document into a file. You can specify the password to open the Excel document and the list of worksheets to be exported to PDF

See Also