ExcelToPdfConverterConvertExcelStreamToFile Method

Overload List

ConvertExcelStreamToFile(Stream, String) Converts an Excel document read from a stream to PDF and writes the rendered PDF document into a file
ConvertExcelStreamToFile(Stream, Int32, String) Converts an Excel document read from a stream to PDF and writes the rendered PDF document into a file. You can specify the list of worksheets to be exported to PDF
ConvertExcelStreamToFile(Stream, String, String) Converts an Excel document read from a stream to PDF and writes the rendered PDF document into a file
ConvertExcelStreamToFile(Stream, String, Int32, String) Converts an Excel document read from a stream 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