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/getsupport.md
+1-51Lines changed: 1 addition & 51 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,54 +10,4 @@ description: Dynamic Web TWAIN SDK Documentation Support Page
10
10
11
11
# How to get support
12
12
13
-
If you encounter any issues or have any suggestions while using the library, please don't hesitate to contact us. Feel free to contact us through one of the following methods
14
-
## Email
15
-
16
-
+[Tech](mailto:support@dynamsoft.com)
17
-
+[Sales](mailto:sales@dynamsoft.com)
18
-
19
-
## Phone
20
-
21
-
+ 1-877-605-5491 (Toll-Free)
22
-
+ 1-604-605-5491
23
-
24
-
## [Leave a message](https://www.dynamsoft.com/Company/Contact.aspx)
var s = document.getElementsByTagName('script')[0];
58
-
s.parentNode.insertBefore(lc, s);
59
-
}
60
-
}, 5000)
61
-
</script>
62
-
</div>
63
-
<!--End Comm100 Live Chat Code-->
13
+
If you encounter any issues or have any suggestions while using the library, please don't hesitate to contact us. Feel free to [contact us](https://www.dynamsoft.com/company/contact/).
@@ -49,7 +49,7 @@ Paper document digitalization is a common requirement in many industries, especi
49
49
50
50
Dynamic Web TWAIN SDK supports scanning thousands of pages of document at a time! It even provides the ability to handle document uploading in the background without having to keep browsers open.
51
51
52
-
### Build a Working Project in an hour!
52
+
### Build a Working Project in an Hour!
53
53
54
54
Easy integration with JavaScript frameworks (Angular, React, Vue, etc.) and 60+ sample projects are available to help all developers quickly create a customized project for proof-of-concept purpose.
55
55
@@ -68,8 +68,10 @@ To ensure your data is safe, Dynamic Web TWAIN offers advanced security features
68
68
* HTTPs uploading and downloading
69
69
* Domain binding
70
70
71
+
Learn more about [Dynamic Web TWAIN Security Features](https://www.dynamsoft.com/Products/Dynamic-Web-TWAIN-Security-Features.pdf)
72
+
71
73
## Assumptions
72
74
73
-
These docs are meant for developers who are already familiar with <ahref="https://developer.mozilla.org/docs/Learn/HTML/Introduction_to_HTML"target="_blank">HTML</a>, <ahref="https://developer.mozilla.org/docs/Learn/CSS/First_steps"target="_blank">CSS</a>, <ahref="https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript"target="_blank">JavaScript</a>, and some related ideas, tools, etc.
75
+
These docs are meant for developers who are already familiar with HTML, CSS, JavaScript, and some related ideas, tools, etc.
74
76
75
77
To try the samples or code snippets mentioned in the docs, you will need to have an IDE. If you are looking for one, Dynamsoft recommends <ahref="https://code.visualstudio.com/"target="_blank">Visual Studio Code</a> by Microsoft.
Please visit our <ahref="https://www.dynamsoft.com/customer/license/trialLicense"target="_blank">customer portal</a> to request for a trial license.
15
+
Please visit our <ahref="https://www.dynamsoft.com/customer/license/trialLicense?ver=latest&product=dwt"target="_blank">customer portal</a> to request for a trial license.
Copy file name to clipboardExpand all lines: indepth/development/angular.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,10 +129,8 @@ ng serve -o
129
129
130
130
> If you have installed `DWT` and have configured a valid `ProductKey` . You will have a working page to scan documents from your scanner now. Otherwise, you should see instructions on the page that guide you to install the library. [More info>>]({{site.indepth}}features/initialize.html#installation-of-the-dynamsoft-service).
0 commit comments