IJSONExtractor Methods
 Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Methods
| Name | Description | |
|---|---|---|
| GetJSONAsVariant |  Returns extracted JSON data as array of bytes. This is COM/ActiveX-compatible version of the method SaveJSONToStream(Stream) for in-memory processing of PDF documents or images.  | |
| GetJSONAsVariant(String) |  Returns extracted JSON data as array of bytes. This is COM/ActiveX-compatible version of the method SaveJSONToStream(String, Stream) for in-memory processing of PDF documents or images.  | |
| GetJSONAsVariant(Int32, Int32) |  Returns extracted JSON data as array of bytes. This is COM/ActiveX-compatible version of the method SaveJSONToStream(Int32, Int32, Stream) for in-memory processing of PDF documents or images.  | |
| GetJSONData |  Extracts data from whole document as JSON string.  | |
| GetJSONData(IListInt32) |  Extracts data from specified pages as JSON string.  | |
| GetJSONData(Int32) |  Extracts data from specified document page as JSON string.  | |
| GetJSONData(String) |  Extracts data from specified page ranges as JSON string.  | |
| GetJSONData(Int32, Int32) |  Extracts data from specified page range as JSON string.  | |
| SaveJSONToFile(String) |  Saves extracted data to file in JSON format.  | |
| SaveJSONToFile(IListInt32, String) |  Saves extracted data from specified pages to file in JSON format.  | |
| SaveJSONToFile(Int32, String) |  Saves extracted data from specified page to file in JSON format.  | |
| SaveJSONToFile(String, String) |  Saves extracted data from specified page ranges to file in JSON format.  | |
| SaveJSONToFile(Int32, Int32, String) |  Saves extracted data from specified page range to file in JSON format.  | |
| SaveJSONToStream(Stream) |  Saves extracted data to stream in JSON format.  | |
| SaveJSONToStream(IListInt32, Stream) |  Saves extracted data from specified pages to stream in JSON format.  | |
| SaveJSONToStream(Int32, Stream) |  Saves extracted data from specified page to stream in JSON format.  | |
| SaveJSONToStream(String, Stream) |  Saves extracted data from specified page ranges to stream in JSON format.  | |
| SaveJSONToStream(Int32, Int32, Stream) |  Saves extracted data from specified page range to stream in JSON format.  | 
See Also