ExcelToPdfConverterConvertExcelFileToStream Method

Overload List

ConvertExcelFileToStream(String, Stream) Converts an Excel file to PDF and writes the rendered PDF document into a stream
ConvertExcelFileToStream(String, Int32, Stream) Converts an Excel file to PDF and writes the rendered PDF document into a stream. You can specify the list of worksheets to be exported to PDF
ConvertExcelFileToStream(String, String, Stream) Converts an Excel file to PDF and writes the rendered PDF document into a stream
ConvertExcelFileToStream(String, String, Int32, Stream) Converts an Excel file to PDF and writes the rendered PDF document into a stream. You can specify the password to open the Excel document and the list of worksheets to be exported to PDF

See Also