Skip to content

Commit e0cd4bb

Browse files
authored
Merge pull request #887 from dynamsoft-docs/preview
update to internal commit 416583a1
2 parents ec21dea + 7b4cc02 commit e0cd4bb

File tree

4 files changed

+12
-77
lines changed

4 files changed

+12
-77
lines changed

articles/extended-usage/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ This set of guides builds on the fundamental features covered in the standard us
1919
- [Configuring System Messages]({{site.extended-usage}}system-message-configuration.html)
2020
- [Set Up the Dynamic Web TWAIN Service]({{site.extended-usage}}dynamsoft-service-configuration.html)
2121
- [UI Customization]({{site.extended-usage}}ui-customization.html)
22+
- [Using the DWT RESTful API]({{site.extended-usage}}restful-api.html)
2223
- [Barcode Recognition]({{site.extended-usage}}barcode-processing.html)
2324
- [PDF Handling]({{site.extended-usage}}pdf-processing.html)
24-
<!--- [PDF Compressor (Beta)]({{site.extended-usage}}pdf-compression.html)-->
2525
- [Buffer Caching]({{site.extended-usage}}buffer-caching.html)
2626
- [Remote Scan](https://www.dynamsoft.com/remote-scan/docs/introduction/)

articles/hello-world/scan-settings.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ permalink: /hello-world/scan-settings.html
1010

1111
# Specifying Scan Settings
1212

13-
<!-- <div class='blockquote-note'></div>
14-
> This article is part of our HelloWorld series. If you have not already reviewed HelloWorld, please start [here]({{site.getstarted}}helloworld.html). -->
15-
1613
Some applications may require images to be scanned with particular scan settings, e.g. a prescribed image size, resolution, color, etc. It may be undesirable to alter these settings, so we may wish to issue these settings to the scanner directly, without alteration by end users. We will demonstrate this method by passing scan settings through the DWT API in the HelloWorld application.
1714

1815
> Prerequisites: Hello World - Uploading Images to the Server
@@ -142,12 +139,12 @@ You should receive a grayscale image at 150 ppi:
142139

143140
# Previous Articles
144141

145-
<!-- If you need a refresher on setting up the base project, please review [initalizing the environment]({{site.getstarted}}initialize.html). -->
142+
<!-- If you need a refresher on setting up the base project, please review [initializing the environment]({{site.getstarted}}initialize.html). -->
146143

147-
If you have yet to acquire the image from the scaner, please review [scanning an image]({{site.getstarted}}scanning.html).
144+
If you have yet to acquire the image from the scanner, please review [scanning an image]({{ site.hello-world }}scanning.html).
148145

149-
If this scan is all that you need, you can review [uploading images to the server]({{site.getstarted}}uploading.html).
146+
If this scan is all that you need, you can review [uploading images to the server]({{ site.hello-world }}uploading.html).
150147

151148
# Next Article
152149

153-
The next and final step in our guide is [editing images]({{site.getstarted}}editing.html) after acquisition.
150+
The next and final step in our guide is [editing images]({{ site.hello-world }}editing.html) after acquisition.

index.md

Lines changed: 1 addition & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -91,67 +91,4 @@ permalink: /index.html
9191
### [Resources]({{site.about}}resources.html)
9292
### [Support]({{site.about}}getsupport.html)
9393
### [FAQ]({{site.faq}}index.html)
94-
### [Annotation]({{site.faq}}#annotation)
95-
<!--
96-
* [Getting Started]({{site.getstarted}}index.html)
97-
98-
- [HelloWorld]({{site.getstarted}}helloworld.html)
99-
- [Deploy to Server]({{site.indepth}}deployment/server.html)
100-
- [Set up Dynamic Web TWAIN Service]({{site.indepth}}deployment/service.html)
101-
- [Use Web TWAIN in Angular]({{site.indepth}}development/angular.html)
102-
- [Use Web TWAIN in React]({{site.indepth}}development/react.html)
103-
- [Use Web TWAIN in Vue]({{site.indepth}}development/vue.html)
104-
- [How to Upgrade]({{site.indepth}}development/upgrade.html)
105-
106-
* [Using DWT]({{site.indepth}}features/index.html)
107-
108-
- [Initialize DWT]({{site.indepth}}features/initialize.html)
109-
- [Input Options]({{site.indepth}}features/input.html)
110-
- [Output Options]({{site.indepth}}features/output.html)
111-
- [Manage Image Buffer]({{site.indepth}}features/buffer.html)
112-
- [Manage Viewer]({{site.indepth}}features/viewer.html)
113-
- [Customize UI]({{site.indepth}}features/ui.html)
114-
- [Edit Images]({{site.indepth}}features/edit.html)
115-
- [Read Barcodes]({{site.indepth}}features/barcode.html)
116-
- [Handle PDFs]({{site.indepth}}features/pdf.html)
117-
- [Remote Scan](https://www.dynamsoft.com/remote-scan/docs/introduction/)
118-
- [PDF Compressor (Beta)]({{site.indepth}}features/pdfc.html)
119-
120-
* [API Reference]({{site.info}}api/index.html)
121-
122-
- [Dynamsoft_DWT]({{site.info}}api/Dynamsoft_WebTwainEnv.html)
123-
- [Dynamsoft_Enum]({{site.info}}api/Dynamsoft_Enum.html)
124-
- [WebTwain_Scanner]({{site.info}}api/WebTwain_Acquire.html)
125-
- [WebTwain_Buffer]({{site.info}}api/WebTwain_Buffer.html)
126-
- [WebTwain_Viewer]({{site.info}}api/WebTwain_Viewer.html)
127-
- [WebTwain_Edit]({{site.info}}api/WebTwain_Edit.html)
128-
- [WebTwain_IO]({{site.info}}api/WebTwain_IO.html)
129-
- [WebTwain_Util]({{site.info}}api/WebTwain_Util.html)
130-
- [Addon_BarcodeReader]({{site.info}}api/Addon_BarcodeReader.html)
131-
- [Addon_Camera]({{site.info}}api/Addon_Camera.html)
132-
- [Addon_PDF]({{site.info}}api/Addon_PDF.html)
133-
- [Addon_Webcam]({{site.info}}api/Addon_Webcam.html)
134-
- [Dynamsoft_FileUploader]({{site.info}}api/Dynamsoft_FileUploader.html)
135-
- [Error List]({{site.info}}api/appendix.html)
136-
137-
* [Release Notes]({{site.info}}schedule/index.html)
138-
139-
- [Stable]({{site.info}}schedule/stable.html)
140-
- [Addon]({{site.info}}schedule/Addon.html)
141-
- [Deprecated]({{site.info}}schedule/deprecated.html)
142-
143-
* [FAQs]({{site.faqs}}faq/index.html)
144-
145-
- [SDK Download/Free Trial]({{site.faq}}#sdk-downloadfree-trial)
146-
- [Capture/Image Source]({{site.faq}}#captureimage-source)
147-
- [Image Viewer]({{site.faq}}#image-viewer)
148-
- [Image Editing]({{site.faq}}#image-editing)
149-
- [UI Customization]({{site.faq}}#ui-customization)
150-
- [Document Saving]({{site.faq}}#document-saving)
151-
- [Security]({{site.faq}}#security)
152-
- [Addon]({{site.faq}}#addon)
153-
- [Project Deployment and End-user Installation]({{site.faq}}#project-deployment-and-end-user-installation)
154-
- [Error Troubleshooting]({{site.faq}}#error-troubleshooting)
155-
- [Licensing and Purchase]({{site.faq}}#licensing-and-purchase)
156-
- [Annotation]({{site.faq}}#annotation)
157-
-->
94+
### [Annotation]({{site.faq}}#annotation)

info/schedule/Stable.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ permalink: /info/schedule/Stable.html
2121
- Added new PDF Rasterizer Add-On API [`IsRasterizationRequired()`]({{ site.api }}Addon_PDF.html#israsterizationrequired). This API returns true if the PDF Rasterizer Add-On is needed to process the PDF. Note that this requires a license for the PDF Rasterizer Add-On.
2222
- **Cross-platform support**: Added macOS and Linux platform support for DWT Barcode Reader Add-On version 9.6.
2323
- **Error messages**: Added more informative error messages with the new [`ErrorCause`]({{ site.api }}WebTwain_Util.html#errorcause) API.
24-
- **Keyboard accessibility**: Added Tab key keyboard navigation in the DWT `Viewer`. The browser now shows a focus outline on the `Viewer` upon tabbing into the `Viewer`, which can be disabled with the new [`{WebTwainObject}.Viewer.disableFocusOutline`]({{ site.api }}WebTwain_Viewer.html#disablefocusoutline) API. (`true`/disabled by default)
24+
- **Keyboard accessibility**: Added Tab key keyboard navigation in the DWT `Viewer`. The browser now shows a focus outline on the `Viewer` upon tabbing into the `Viewer`, which can be disabled with the new [`{WebTwainObject}.Viewer.disableFocusOutline`]({{ site.api }}WebTwain_Viewer.html#disablefocusoutline) API. (this property is `true` by default, i.e. disables the outline)
2525

2626
### Improvements
2727

2828
- **Security enhancements**: updated third-party libraries to enhance security.
29-
- **Image rasterization logic**: when both [`ReaderOptions.renderOptions.maxWidth/ ReaderOptions.renderOptions.maxHeight and resolution`]({{ site.api }}interfaces.html#readeroptions) are set, if the dimensions of the rendered image exceed the maximum width and height, use the resolution applied during the image rendering process rather than the set resolution.
29+
- **Image rasterization logic**: when the `ReaderOptions.RenderOptions` properties [`ReaderOptions.renderOptions.maxWidth`, `maxHeight` and `resolution`]({{ site.api }}interfaces.html#readeroptions) are set, if the dimensions of the rendered image exceed the maximum width and height, use the resolution applied during the image rendering process rather than the set resolution.
30+
- **Renamed the Dynamsoft Service to Dynamic Web TWAIN Service**.
3031
- **New Dynamic Web TWAIN Service installation path for Windows**: moved installation out of `SysWOW64` and `System32` on Windows to prevent rare false positive antivirus scans.
31-
- New 64-bit system-wide installations: `C:\Program Files (x86)\Dynamsoft\Dynamic Web TWAIN Service 19`
32+
- New 64-bit system-wide installation location: `C:\Program Files (x86)\Dynamsoft\Dynamic Web TWAIN Service 19`
3233
- New 32-bit system-wide installation location: `C:\Program Files\Dynamsoft\Dynamic Web TWAIN Service 19`
3334
- Changed `ErrorString` messages associated with `ErrorCode -2003` for `HTTPUpload`-related APIs to include HTTP codes in the form of `HTTP process: {message}({HTTP status code})`, e.g. `HTTP process: OK(200)`. This change applies to `ErrorString` for the following APIs:
3435

@@ -39,7 +40,7 @@ permalink: /info/schedule/Stable.html
3940
- [`{WebTwainObject}.HTTPUploadAllThroughPostAsPDF()`]({{ site.api }}WebTwain_IO.html#httpuploadallthroughpostaspdf)
4041
- [`{WebTwainObject}.HTTPUploadThroughPostAsMultiPagePDF()`]({{ site.api }}WebTwain_IO.html#httpuploadthroughpostasmultipagepdf)
4142
- [`{WebTwainObject}.HTTPUploadThroughPostAsMultiPageTIFF()`]({{ site.api }}WebTwain_IO.html#httpuploadthroughpostasmultipagetiff)
42-
- **Enhance the customizability of thumbnail viewer**: add a position property to its [event]({{ site.api }}interfaces.html#thumbnailviewerevent) to facilitate the customization. For example, we can add a delete icon when the mouse is over it.
43+
- **Thumbnail Viewer customization**: added a `position` property to the [`ThumbnailViewerEvent`]({{ site.api }}interfaces.html#thumbnailviewerevent) to facilitate further customizations, for example, displaying a delete icon when the mouse is hovering over a thumbnail.
4344

4445
![thumbnail viewer event](/assets/imgs/thumbnail-viewer-event-demo.jpg)
4546

@@ -50,7 +51,7 @@ permalink: /info/schedule/Stable.html
5051
- **Dropped support for 32-bit macOS**: now only supporting macOS versions 10.15 and higher.
5152
- **Discontinued Android support.**
5253

53-
### Big Fixes
54+
### Bug Fixes
5455

5556
- Fixed a CORS request blocked error which also triggers a prompt to install the Dynamic Web TWAIN Service.
5657
- Fixed Vite runtime errors caused by polyfills and resource path misconfiguration.

0 commit comments

Comments
 (0)