1.1.0
Improved
- Optimized compatibility with browsers. » Detail
Added
Added the namespace
Dynamsoft.DDV.Core.Added the property
licenseto specify the license string.Added the property
engineResourcePathto specify the path leading to a folder containing the distributed WASM files.Added the property
deviceFriendlyNameto specify a human-readable name for the device which corresponds to its UUID.Added the method
loadWasm()to load WASM modules before initializing.Added the method
init()to initialize DDV.Added the method
insertBlankPage()to insert a blank page to the document.
Removed
The following API is removed.
| API Name | Notes |
|---|---|
Dynamsoft.DDV.setConfig() |
Use Dynamsoft.DDV.Core.license, Dynamsoft.DDV.Core.engineResource, Dynamsoft.DDV.Core.deviceFriendlyName, Dynamsoft.DDV.Core.init() instead. |