Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions _articles/extended-usage/dynamsoft-service-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ The service is installed in the following folders on different platforms by defa
- Linux:
- version 19.0 and later: `/opt/dynamsoft/Dynamic Web TWAIN Service {versionnumber}`
- version 18.5.1 and earlier: `/opt/dynamsoft/DynamsoftService`

There are some files and folders you may pay attention to:

* `log`: the folder where the logs are kept.
* `DSConfiguration.ini`: the service's configuration file.
* `storage`: the folder used by [`createLocalStorage()`](/_articles/info/api/WebTwain_IO.md#createlocalstorage).

## IP and ports

Expand Down
4 changes: 2 additions & 2 deletions _articles/hello-world/scan-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Links to API Reference:

### Open the Application in Your Browser

![HelloWorld-Scan-1](/assets/imgs\HelloWorldScanSetting1.png)
![HelloWorld-Scan-1](/assets/imgs/HelloWorldScanSetting1.png)

### Press the Scan button

Expand All @@ -134,7 +134,7 @@ The scan should proceed directly after the button press, without displaying the

You should receive a grayscale image at 150 ppi:

![HelloWorld-Scan-2](/assets/imgs\HelloWorldScanSetting2.png)
![HelloWorld-Scan-2](/assets/imgs/HelloWorldScanSetting2.png)

# Previous Articles

Expand Down
2 changes: 0 additions & 2 deletions _articles/info/schedule/Stable.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,6 @@ In 18.0+, if you call Dynamsoft.DWT.GetWebTwain against a non-existent Container
- Building your custom workflow to trigger actions in your desired sequence is made easy.
- Interface elements in the viewer/editor are now customizable. You can easily add/remove icons or change their style.

See the <a href="https://demo.dynamsoft.com/web-twain/mobile-online-camera-scanner/" target="_blank">**live demo**</a>.

#### Buffer
- Added new method [RenameDocument](/_articles/info/api/WebTwain_Buffer.md#renamedocument){:target="_blank"}.
- Renamed methods
Expand Down