Skip to content

Commit 0e5decd

Browse files
update to internal commit c12d6003
1 parent 96a7588 commit 0e5decd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/introduction/supported-file-formats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ The **PNG** format supports lossless data compression. The same image may save b
4747
The **PDF** format is an advanced and popular file format that allows a variety of content. Because of the complexity of the format, it is impractical for a lightweight SDK such as `Dynamic Web TWAIN` to have full support for it. Instead, `Dynamic Web TWAIN` supports the format in two ways
4848

4949
* `Dynamic Web TWAIN` can read and write a pure-image-based **PDF** file;
50-
* `Dynamic Web TWAIN` can use its [PDF Rasterizer module]({{site.indepth}}features/pdf.html) to rasterize almost any **PDF** file and convert its visible content into images so as to "read" it.
50+
* `Dynamic Web TWAIN` can use its [PDF Rasterizer module]({{site.extended-usage}}pdf-processing.html) to rasterize almost any **PDF** file and convert its visible content into images so as to "read" it.

info/schedule/Stable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ permalink: /info/schedule/Stable.html
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/setreaderoptions) 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 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.
3030
- **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.
3131
- New 64-bit system-wide installations: `C:\Program Files (x86)\Dynamsoft\Dynamic Web TWAIN Service 19`
3232
- New 32-bit system-wide installation location: `C:\Program Files\Dynamsoft\Dynamic Web TWAIN Service 19`

0 commit comments

Comments
 (0)