Overload List
Name | Description | |
---|---|---|
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
|
See Also