IXLSExtractor MethodsByteScout PDF Extractor SDK

The IXLSExtractor type exposes the following members.

Methods

  NameDescription
Public methodGetPageXLSAsVariant
Returns Excel data as array of bytes. This is COM/ActiveX-compatible version of the method SavePageToXLSStream(Int32, Stream) for in-memory processing of PDF documents or images.
Public methodGetXLSAsVariant
Returns Excel data as array of bytes. This is COM/ActiveX-compatible version of the method SaveToXLSStream(Stream) for in-memory processing of PDF documents or images.
Public methodGetXLSAsVariant(String)
Returns Excel data as array of bytes. This is COM/ActiveX-compatible version of the method SaveToXLSStream(String, Stream) for in-memory processing of PDF documents or images.
Public methodGetXLSAsVariant(Int32, Int32)
Returns Excel data as array of bytes. This is COM/ActiveX-compatible version of the method SaveToXLSStream(Int32, Int32, Stream) for in-memory processing of PDF documents or images.
Public methodSavePageToXLSFile
Saves document page text to Excel file. The spreadsheet format (XLS/XLSX) is defined by OutputFormat property.
Public methodSavePageToXLSStream
Saves document page text as Excel spreadsheet to stream. The spreadsheet format (XLS/XLSX) is defined by OutputFormat property.
Public methodSaveToXLSFile(String)
Saves document text as Excel file. The spreadsheet format (XLS/XLSX) is defined by OutputFormat property.
Public methodSaveToXLSFile(IListInt32, String)
Saves data from specified pages as Excel file. The spreadsheet format (XLS/XLSX) is defined by OutputFormat property.
Public methodSaveToXLSFile(String, String)
Saves data from specified page ranges as Excel file. The spreadsheet format (XLS/XLSX) is defined by OutputFormat property.
Public methodSaveToXLSFile(Int32, Int32, String)
Saves data from specified page range as Excel file. The spreadsheet format (XLS/XLSX) is defined by OutputFormat property.
Public methodSaveToXLSStream(Stream)
Saves document text as Excel spreadsheet to stream. The spreadsheet format (XLS/XLSX) is defined by OutputFormat property.
Public methodSaveToXLSStream(IListInt32, Stream)
Saves data from specified pages as Excel spreadsheet to stream. The spreadsheet format (XLS/XLSX) is defined by OutputFormat property.
Public methodSaveToXLSStream(String, Stream)
Saves data from specified page ranges as Excel spreadsheet to stream. The spreadsheet format (XLS/XLSX) is defined by OutputFormat property.
Public methodSaveToXLSStream(Int32, Int32, Stream)
Saves data from specified page range as Excel spreadsheet to stream. The spreadsheet format (XLS/XLSX) is defined by OutputFormat property.
Top
See Also

Reference