The ExcelToPdfConverter type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ConvertExcelData(Byte) |
Converts an Excel document read from a data buffer to PDF and returns the rendered PDF document into a memory buffer
|
![]() | ConvertExcelData(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
|
![]() | ConvertExcelData(Byte, String) |
Converts an Excel document read from a data buffer to PDF and returns the rendered PDF document into a memory buffer
|
![]() | ConvertExcelData(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
|
![]() | 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
|
![]() | ConvertExcelDataToPdfDocumentObject(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
|
![]() | ConvertExcelDataToPdfDocumentObject(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
|
![]() | ConvertExcelDataToPdfDocumentObject(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
|
![]() | ConvertExcelDataToPdfDocumentObject(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
|
![]() | ConvertExcelFile(String) |
Converts an Excel file to PDF and returns the rendered PDF document into a memory buffer
|
![]() | ConvertExcelFile(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
|
![]() | ConvertExcelFile(String, String) |
Converts an Excel file to PDF and returns the rendered PDF document into a memory buffer
|
![]() | ConvertExcelFile(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
|
![]() | ConvertExcelFileToFile(String, String) |
Converts an Excel file to PDF and writes the rendered PDF document into a file
|
![]() | ConvertExcelFileToFile(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
|
![]() | ConvertExcelFileToFile(String, String, String) |
Converts an Excel file to PDF and writes the rendered PDF document into a file
|
![]() | ConvertExcelFileToFile(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
|
![]() | ConvertExcelFileToPdfDocumentObject(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
|
![]() | ConvertExcelFileToPdfDocumentObject(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
|
![]() | ConvertExcelFileToPdfDocumentObject(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
|
![]() | ConvertExcelFileToPdfDocumentObject(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
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also