You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Included the previous major version's DLLs in Dynamic Web TWAIN Service to make it compatible with the previous version's JavaScript.
24
24
* Packaged the macOS version of Dynamic Web TWAIN Service as a Universal App.
25
25
* Removed the major version restriction using annual licenses.
26
-
*[`ResourcePath`](/_articles/info/api/Dynamsoft_WebTwainEnv.md#resourcespath)is now inferred with the script path if not specified.
26
+
*Added mechanism to infer [`ResourcePath`](/_articles/info/api/Dynamsoft_WebTwainEnv.md#resourcespath)from the script path when not specified.
27
27
* Improved the triggering of [`OnTopImageInTheViewChanged`](/_articles/info/api/WebTwain_Buffer.md#ontopimageintheviewchanged).
28
-
* Improved the error message if the JavaScript version does match the service version.
28
+
* Improved the error message if the JavaScript version does not match the service version.
29
+
* Improved the REST API:
30
+
* Added service version info for [`GET /server/version`](/_articles/info/api/restful.md#get-serverversion).
31
+
* Added [`PATCH /storage/documents/{documentuid}`](/_articles/info/api/restful.md#patch-storagedocumentsdocumentuid) to modify document metadata.
32
+
* Added [`GET /device/scanners/jobs/{jobuid}/content`](/_articles/info/api/restful.md#get-devicescannersjobsjobuidcontent) to retrieve page data concurrently.
29
33
* Added an error code for failure to load password-protected PDFs.
30
34
* Updated third-party libraries to enhance security.
0 commit comments