Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
The ICSVExtractor type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetCSV |
Extracts comma-separated (CSV) data from whole document.
|
![]() | GetCSV(IListInt32) |
Extracts comma-separated (CSV) data from specified pages.
|
![]() | GetCSV(String) |
Extracts comma-separated (CSV) data from specified page ranges.
|
![]() | GetCSV(Int32, Int32) |
Extracts comma-separated (CSV) data from specified page range.
|
![]() | GetCSVAsVariant |
Returns comma-separated (CSV) data as array of bytes.
This is COM/ActiveX-compatible version of the method SaveCSVToStream(Stream) for in-memory
processing of PDF documents or images.
|
![]() | GetCSVAsVariant(String) |
Returns comma-separated (CSV) data as array of bytes.
This is COM/ActiveX-compatible version of the method SaveCSVToStream(String, Stream) for in-memory
processing of PDF documents or images.
|
![]() | GetCSVAsVariant(Int32, Int32) |
Returns comma-separated (CSV) data as array of bytes.
This is COM/ActiveX-compatible version of the method SaveCSVToStream(Int32, Int32, Stream) for in-memory
processing of PDF documents or images.
|
![]() | GetCSVFromPage |
Extracts comma-separated (CSV) data from specified document page.
|
![]() | GetPageCSVAsVariant |
Returns comma-separated (CSV) data as array of bytes.
This is COM/ActiveX-compatible version of the method SavePageCSVToStream(Int32, Stream) for in-memory
processing of PDF documents or images.
|
![]() | SaveCSVToFile(String) |
Saves comma-separated (CSV) data to file.
|
![]() | SaveCSVToFile(IListInt32, String) |
Saves comma-separated (CSV) data from specified pages to file.
|
![]() | SaveCSVToFile(String, String) |
Saves comma-separated (CSV) data from specified page ranges to file.
|
![]() | SaveCSVToFile(String, Encoding) |
Saves comma-separated (CSV) data to file in specified encoding.
|
![]() | SaveCSVToFile(IListInt32, String, Encoding) |
Saves comma-separated (CSV) data from specified pages to file in specified encoding.
|
![]() | SaveCSVToFile(Int32, Int32, String) |
Saves comma-separated (CSV) data from specified page range to file.
|
![]() | SaveCSVToFile(String, String, Encoding) |
Saves comma-separated (CSV) data from specified page ranges to file in specified encoding.
|
![]() | SaveCSVToFile(Int32, Int32, String, Encoding) |
Saves comma-separated (CSV) data from specified page range to file in specified encoding.
|
![]() | SaveCSVToStream(Stream) |
Saves comma-separated (CSV) data to stream.
|
![]() | SaveCSVToStream(IListInt32, Stream) |
Saves comma-separated (CSV) data from specified pages to stream.
|
![]() | SaveCSVToStream(Stream, Encoding) |
Saves comma-separated (CSV) data to stream in specified encoding.
|
![]() | SaveCSVToStream(String, Stream) |
Saves comma-separated (CSV) data from specified page ranges to stream.
|
![]() | SaveCSVToStream(IListInt32, Stream, Encoding) |
Saves comma-separated (CSV) data from specified pages to stream in specified encoding.
|
![]() | SaveCSVToStream(Int32, Int32, Stream) |
Saves comma-separated (CSV) data from specified page range to stream.
|
![]() | SaveCSVToStream(String, Stream, Encoding) |
Saves comma-separated (CSV) data from specified page ranged to stream in specified encoding.
|
![]() | SaveCSVToStream(Int32, Int32, Stream, Encoding) |
Saves comma-separated (CSV) data from specified page range to stream in specified encoding.
|
![]() | SavePageCSVToFile(Int32, String) |
Saves page comma-separated (CSV) data to file.
|
![]() | SavePageCSVToFile(Int32, String, Encoding) |
Saves page comma-separated (CSV) data to file in specified encoding.
|
![]() | SavePageCSVToStream(Int32, Stream) |
Saves page comma-separated (CSV) data to stream.
|
![]() | SavePageCSVToStream(Int32, Stream, Encoding) |
Saves page comma-separated (CSV) data to stream in specified encoding.
|
See Also