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: programming/javascript/user-guide/barcode-scanner.md
+2-12Lines changed: 2 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,6 @@ description: Dynamsoft Barcode Scanner User Guide
10
10
11
11
# Barcode Scanner JavaScript Edition - User Guide
12
12
13
-
-[Barcode Scanner JavaScript Edition - User Guide](#barcode-scanner-javascript-edition---user-guide)
14
-
-[License](#license)
15
-
-[Trial License](#trial-license)
16
-
-[Full License](#full-license)
17
-
-[Quick Start: Hello World Example](#quick-start-hello-world-example)
18
-
-[Step 1: Setting up the HTML and Including the Barcode Scanner](#step-1-setting-up-the-html-and-including-the-barcode-scanner)
19
-
-[Step 2: Initializing the Barcode Scanner](#step-2-initializing-the-barcode-scanner)
20
-
-[Step 3: Launching the Barcode Scanner](#step-3-launching-the-barcode-scanner)
21
-
-[Next Steps](#next-steps)
22
-
23
13
This user guide provides a step-by-step walkthrough of a "Hello World" web application using the `BarcodeScanner` JavaScript Edition.
24
14
25
15
The `BarcodeScanner` class offers the following features:
@@ -65,7 +55,7 @@ new Dynamsoft.BarcodeScanner().launch().then(result=>alert(result.barcodeResults
65
55
66
56
When getting started with Barcode Scanner, we recommend [getting your own 30-day trial license](https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr&utm_source=guide&package=js)
67
57
68
-
<!--{% include trialLicense.html %}-->
58
+
{% include trialLicense.html %}
69
59
70
60
> [!IMPORTANT]
71
61
> The trial license can be renewed via the [customer portal](https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr&utm_source=guide&package=js) twice, each time for another 15 days, giving you a total of 60 days to develop your own application using the solution. Please contact the [Dynamsoft Support Team](https://www.dynamsoft.com/company/contact/) if you need more time for a full evaluation.
@@ -106,7 +96,7 @@ If you are fully satisfied with the solution and would like to move forward with
<atarget="_blank"href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/v10.5.30/scan-single-barcode/hello-world/hello-world.html"title="Code in Github"style="text-decoration:none;">
99
+
<atarget="_blank"href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/v10.5.30/barcode-scanner-api-samples/scan-single-barcode/hello-world.html"title="Code in Github"style="text-decoration:none;">
110
100
<img src="https://cdn.jsdelivr.net/npm/[email protected]/icons/github.svg" alt="Code in Github" width="20" height="20" style="width:20px;height:20px;">
0 commit comments