Skip to content

Commit 4106ac5

Browse files
authored
Merge pull request #905 from dynamsoft-docs/preview
update to internal commit 886e574b
2 parents 701cd3b + d8caa3b commit 4106ac5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_articles/faq/dwt-with-annotation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ Links to API Reference:
121121
Dynamsoft.DWT.ProductKey = "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9";
122122
Dynamsoft.DWT.UseDefaultViewer = false;
123123
Dynamsoft.DWT.ResourcesPath = "https://cdn.jsdelivr.net/npm/dwt@latest/dist";
124+
Dynamsoft.DWT.ServiceInstallerLocation = 'https://download2.dynamsoft.com/Demo/DWT/Resources/dist/';
124125

125126
let DWObject;
126127
// Create a Dynamic Web TWAIN instance without the built-in viewer
@@ -318,6 +319,7 @@ let DWObject, editViewer, ddvDoc;
318319
Dynamsoft.DWT.ProductKey = license;
319320
Dynamsoft.DWT.UseDefaultViewer = false;
320321
Dynamsoft.DWT.ResourcesPath = "https://cdn.jsdelivr.net/npm/dwt@latest/dist";
322+
Dynamsoft.DWT.ServiceInstallerLocation = 'https://download2.dynamsoft.com/Demo/DWT/Resources/dist/';
321323
322324
// Create a Dynamic Web TWAIN instance without the built-in viewer
323325
Dynamsoft.DWT.CreateDWTObjectEx({

0 commit comments

Comments
 (0)