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
Copy file name to clipboardExpand all lines: about/index.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,19 @@ To ensure your data is safe, Dynamic Web TWAIN offers advanced security features
70
70
71
71
Learn more about [Dynamic Web TWAIN Security Features](https://www.dynamsoft.com/Products/Dynamic-Web-TWAIN-Security-Features.pdf)
72
72
73
+
74
+
## Example Apps
75
+
76
+
Check out our Angular, React and Vue sample project on GitHub:
77
+
78
+
[Sample of dwt-angular-advanced](https://github.com/dynamsoft-dwt/dwt-angular-advanced)
79
+
[Sample of dwt-react-advanced](https://github.com/Dynamsoft/web-twain-react-advanced)
80
+
[Sample of dwt-vue-advanced](https://github.com/Dynamsoft/web-twain-vue-advanced)
81
+
82
+
## Live Online Demo
83
+
84
+
Click <ahref="https://demo.dynamsoft.com/web-twain/"target="_blank">here</a> to go to online demo.
85
+
73
86
## Assumptions
74
87
75
88
These docs are meant for developers who are already familiar with HTML, CSS, JavaScript, and some related ideas, tools, etc.
* Set [IfUseTwainDSM]({{site.info}}api/WebTwain_Acquire.html#ifusetwaindsm) to `true`
27
21
28
22
```javascript
29
-
var sources =DWObject.GetSourceNames();
30
-
for (var i =0; i <sources.length; i++) {
31
-
if (sources[i].toLowerCase().indexOf('epson') !=-1) {
32
-
sources.splice(i, 1);
33
-
}
34
-
}
23
+
DWObject.IfUseTwainDSM=true;
35
24
```
36
25
37
26
If you are still having issues with a device, please feel free to [contact us](https://www.dynamsoft.com/company/contact/) via email, live chat, or phone call.
0 commit comments