Click or drag to resize

ExcelToPdf Methods

The ExcelToPdf type exposes the following members.

Methods
 NameDescription
Public methodCode exampleConvertBytes Convert Excel bytes array to PDF, Word, RTF bytes array
Public methodConvertByteToFile Convert Excel bytes array to PDF, Word, RTF file. Output file will be created by component or overwritten if already exist
Public methodCode exampleConvertFile Convert Excel file to PDF, Word file. PDF file will be created by component or overwritten if already exist
Public methodConvertFiletoBytes Convert Excel file to PDF, Word bytes array
Public methodEquals
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodCode exampleGetSheetsNumber(Byte) Returns numbers of sheets from Excel workbook
Public methodCode exampleGetSheetsNumber(String) Returns numbers of sheets from Excel workbook
Public methodGetType
(Inherited from Object)
Public methodCode exampleMergePDFFileArrayToPDFFile Merges different PDF files into single PDF file
Public methodMergePDFFileArrayToPDFStream Merges different PDF files into single PDF
Public methodMergePDFFileToPDFFile Merges two PDF files. Merges File1Path and DestFile file into single DestFile.
Public methodMergePDFStreamArrayToPDFStream Merges different PDF documents into single PDF in memory
Public methodCode exampleSplitPDFFileToPDFFolder Splits PDF document by pages
Public methodToString
(Inherited from Object)
Top
See Also