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: samples/GeneralSettings/src/main/java/GeneralSettings.java
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,10 @@ public class GeneralSettings {
4
4
publicstaticvoidmain(String[] args) {
5
5
try {
6
6
7
-
// 1.Initialize license.
8
-
// The organization id 200001 here will grant you a free public trial license. Note that network connection is required for this license to work.
9
-
// If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
7
+
// 1.Initialize license.
8
+
// The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work.
10
9
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=java
Copy file name to clipboardExpand all lines: samples/HelloWorld/src/main/java/HelloWorld.java
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,10 @@ public class HelloWorld {
4
4
publicstaticvoidmain(String[] args) {
5
5
try {
6
6
7
-
// 1.Initialize license.
8
-
// The organization id 200001 here will grant you a free public trial license. Note that network connection is required for this license to work.
9
-
// If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
7
+
// 1.Initialize license.
8
+
// The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work.
10
9
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=java
Copy file name to clipboardExpand all lines: samples/ImageDecoding/src/main/java/ImageDecoding.java
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -156,14 +156,10 @@ private static int chooseNumber() {
156
156
publicstaticvoidmain(String[] args) {
157
157
try {
158
158
159
-
// 1.Initialize license.
160
-
// The organization id 200001 here will grant you a free public trial license. Note that network connection is required for this license to work.
161
-
// If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
159
+
// 1.Initialize license.
160
+
// The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work.
162
161
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=java
// The organization id 200001 here will grant you a free public trial license. Note that network connection is required for this license to work.
53
-
// If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
51
+
// 1.Initialize license.
52
+
// The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work.
54
53
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=java
// The organization id 200001 here will grant you a free public trial license. Note that network connection is required for this license to work.
80
-
// If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
78
+
// 1.Initialize license.
79
+
// The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work.
81
80
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=java
0 commit comments