ExcelToPdfConverterConvertExcelStreamToPdfDocumentObject Method

Overload List

ConvertExcelStreamToPdfDocumentObject(Stream) Converts an Excel document read from a stream to PDF and returns the rendered PDF document as an object of the Document class that can be further used in other operations requiring this type of objects
ConvertExcelStreamToPdfDocumentObject(Stream, Int32) Converts an Excel document read from a stream to PDF and returns the rendered PDF document as an object of the Document class that can be further used in other operations requiring this type of objects. You can specify the list of worksheets to be exported to PDF
ConvertExcelStreamToPdfDocumentObject(Stream, String) Converts an Excel document read from a stream to PDF and returns the rendered PDF document as an object of the Document class that can be further used in other operations requiring this type of objects
ConvertExcelStreamToPdfDocumentObject(Stream, String, Int32) Converts an Excel document read from a stream to PDF and returns the rendered PDF document as an object of the Document class that can be further used in other operations requiring this type of objects. You can specify the password to open the Excel document and the list of worksheets to be exported to PDF

See Also