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