Winnovative Excel to PDF Converter

ExcelToPdfConverter Methods

Winnovative Excel to PDF Converter Documentation

The ExcelToPdfConverter type exposes the following members.

Methods

  NameDescription
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 methodConvertExcelFileToStream(String, Stream)
Converts an Excel file to PDF and writes the rendered PDF document into a stream
Public methodConvertExcelFileToStream(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
Public methodConvertExcelFileToStream(String, String, Stream)
Converts an Excel file to PDF and writes the rendered PDF document into a stream
Public methodConvertExcelFileToStream(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
Public methodConvertExcelStream(Stream)
Converts an Excel document read from a stream to PDF and returns the rendered PDF document into a memory buffer
Public methodConvertExcelStream(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
Public methodConvertExcelStream(Stream, String)
Converts an Excel document read from a stream to PDF and returns the rendered PDF document into a memory buffer
Public methodConvertExcelStream(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
Public methodConvertExcelStreamToFile(Stream, String)
Converts an Excel document read from a stream to PDF and writes the rendered PDF document into a file
Public methodConvertExcelStreamToFile(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
Public methodConvertExcelStreamToFile(Stream, String, String)
Converts an Excel document read from a stream to PDF and writes the rendered PDF document into a file
Public methodConvertExcelStreamToFile(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
Public methodConvertExcelStreamToPdfDocumentObject(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
Public methodConvertExcelStreamToPdfDocumentObject(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
Public methodConvertExcelStreamToPdfDocumentObject(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
Public methodConvertExcelStreamToPdfDocumentObject(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
Public methodConvertExcelStreamToStream(Stream, Stream)
Converts an Excel document read from a stream to PDF and writes the rendered PDF document into a stream
Public methodConvertExcelStreamToStream(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
Public methodConvertExcelStreamToStream(Stream, String, Stream)
Converts an Excel document read from a stream to PDF and writes the rendered PDF document into a stream
Public methodConvertExcelStreamToStream(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
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetPageCount(Stream)
A fast method to obtain the page count of a PDF document from the specified stream.
Public methodStatic memberGetPageCount(String)
A fast method to obtain the page count of a PDF document from the specified file path.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference