EVO PDF Logo

ExcelToPdfConverter Methods

EVO PDF Client for .NET Core

The ExcelToPdfConverter type exposes the following members.

Methods

  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
Public methodConvertExcelDataToFile(Byte, String)
Converts an Excel document read from a data buffer to PDF and writes the rendered PDF document into a file
Public methodConvertExcelDataToFile(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
Public methodConvertExcelDataToFile(Byte, String, String)
Converts an Excel document read from a data buffer to PDF and writes the rendered PDF document into a file
Public methodConvertExcelDataToFile(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
Public methodConvertExcelDataToPdfDocumentObject(Byte)
Converts an Excel document read from a data buffer 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
Public methodConvertExcelDataToPdfDocumentObject(Byte, Int32)
Converts an Excel document read from a data buffer 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
Public methodConvertExcelDataToPdfDocumentObject(Byte, String)
Converts an Excel document read from a data buffer 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
Public methodConvertExcelDataToPdfDocumentObject(Byte, String, Int32)
Converts an Excel document read from a data buffer 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
Public methodConvertExcelFile(String)
Converts an Excel file to PDF and returns the rendered PDF document into a memory buffer
Public methodConvertExcelFile(String, Int32)
Converts an Excel file 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 methodConvertExcelFile(String, String)
Converts an Excel file to PDF and returns the rendered PDF document into a memory buffer
Public methodConvertExcelFile(String, String, Int32)
Converts an Excel file 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 methodConvertExcelFileToFile(String, String)
Converts an Excel file to PDF and writes the rendered PDF document into a file
Public methodConvertExcelFileToFile(String, Int32, String)
Converts an Excel file to PDF and writes the rendered PDF document into a file. You can specify the list of worksheets to be exported to PDF
Public methodConvertExcelFileToFile(String, String, String)
Converts an Excel file to PDF and writes the rendered PDF document into a file
Public methodConvertExcelFileToFile(String, String, Int32, String)
Converts an Excel file 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
Public methodConvertExcelFileToPdfDocumentObject(String)
Converts an Excel file 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
Public methodConvertExcelFileToPdfDocumentObject(String, Int32)
Converts an Excel file 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
Public methodConvertExcelFileToPdfDocumentObject(String, String)
Converts an Excel file 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
Public methodConvertExcelFileToPdfDocumentObject(String, String, Int32)
Converts an Excel file 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
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference