Dev Center
Dynamsoft Service is required for the Desktop Service Edition of Dynamic Web TWAIN. It’s a background system service that handles the communication between connected physical devices and the browser, as well as image processing, encoding, decoding, etc.
Dynamsoft Service sets up a local HTTP service that accepts requests from JavaScript code running in the browser and performs operations accordingly. The following are a few examples.
NOTE
These requests are handled by the JavaScript client of the library. Please do not try to make similar requests in your own code without consulting Dynamsoft Support.
https://127.0.0.1:18623/fa/VersionInfo?ts=1603161807908
{
"id": "1",
"method": "VersionInfo",
"result": ["16, 1, 0, 0728", "", "64"],
"cmdId": ""
}
https://127.0.0.1:18623/f/RemoveAllImages?753350643
{
"id": "414778098",
"method": "RemoveAllImages",
"result": [true],
"cmdId": ""
}
https://127.0.0.1:18623/dwt/dwt_16100728/img?id=414778098&index=5&width=585&height=513&ticks=1603162807999
Response in case of success
The image data.
For more information, please refer to Dynamic Web TWAIN Deployment - Dynamsoft Service.
latest version