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
Methods
Name | Description | |
---|---|---|
![]() | GetJSONData |
Extracts data from whole document as JSON string.
|
![]() | GetJSONData(Int32) |
Extracts data from specified document page 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(Int32, String) |
Saves extracted data from specified page 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(Int32, Stream) |
Saves extracted data from specified page to stream in JSON format.
|
![]() | SaveJSONToStream(Int32, Int32, Stream) |
Saves extracted data from specified page range to stream in JSON format.
|
See Also