The ExcelToPdfConverter type exposes the following members.
Methods
Name | Description | |
---|---|---|
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
| |
ConvertExcelFileToStream(String, Stream) |
Converts an Excel file to PDF and writes the rendered PDF document into a stream
| |
ConvertExcelFileToStream(String, Int32, Stream) |
Converts an Excel file to PDF and writes the rendered PDF document into a stream.
You can specify the list of worksheets to be exported to PDF
| |
ConvertExcelFileToStream(String, String, Stream) |
Converts an Excel file to PDF and writes the rendered PDF document into a stream
| |
ConvertExcelFileToStream(String, String, Int32, Stream) |
Converts an Excel file to PDF and writes the rendered PDF document into a stream.
You can specify the password to open the Excel document and the list of worksheets to be exported to PDF
| |
ConvertExcelStream(Stream) |
Converts an Excel document read from a stream to PDF and returns the rendered PDF document into a memory buffer
| |
ConvertExcelStream(Stream, Int32) |
Converts an Excel document read from a stream to PDF and returns the rendered PDF document into a memory buffer.
You can specify the list of worksheets to be exported to PDF
| |
ConvertExcelStream(Stream, String) |
Converts an Excel document read from a stream to PDF and returns the rendered PDF document into a memory buffer
| |
ConvertExcelStream(Stream, String, Int32) |
Converts an Excel document read from a stream 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
| |
ConvertExcelStreamToFile(Stream, String) |
Converts an Excel document read from a stream to PDF and writes the rendered PDF document into a file
| |
ConvertExcelStreamToFile(Stream, Int32, String) |
Converts an Excel document read from a stream to PDF and writes the rendered PDF document into a file.
You can specify the list of worksheets to be exported to PDF
| |
ConvertExcelStreamToFile(Stream, String, String) |
Converts an Excel document read from a stream to PDF and writes the rendered PDF document into a file
| |
ConvertExcelStreamToFile(Stream, String, Int32, String) |
Converts an Excel document read from a stream 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
| |
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
| |
ConvertExcelStreamToStream(Stream, Stream) |
Converts an Excel document read from a stream to PDF and writes the rendered PDF document into a stream
| |
ConvertExcelStreamToStream(Stream, Int32, Stream) |
Converts an Excel document read from a stream to PDF and writes the rendered PDF document into a stream.
You can specify the list of worksheets to be exported to PDF
| |
ConvertExcelStreamToStream(Stream, String, Stream) |
Converts an Excel document read from a stream to PDF and writes the rendered PDF document into a stream
| |
ConvertExcelStreamToStream(Stream, String, Int32, Stream) |
Converts an Excel document read from a stream to PDF and writes the rendered PDF document into a stream.
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 | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetPageCount(Stream) |
A fast method to obtain the page count of a PDF document from the specified stream.
| |
GetPageCount(String) |
A fast method to obtain the page count of a PDF document from the specified file path.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also