Skip to content

Commit 166db82

Browse files
update to internal commit 74143282
1 parent b52e99b commit 166db82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/hello-world/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ The Hello World web app covers the following features:
2121
3. [Specifying Scan Settings]({{site.hello-world}}scan-settings.html)
2222
4. [Editing Images]({{site.hello-world}}editing.html)
2323

24-
<a href="{{site.baseurl}}assets/HelloWorld-Code.zip" class="orangeBgBtn">Download the Code of the Hello World</a>
24+
<a href="{{site.baseurl}}assets/HelloWorld-Code.zip" class="orangeBgBtn" style="height:36px!important;line-height:36px!important">Download the Code of the Hello World</a>
2525

2626
> Note: JavaScript in this section follows ECMAScript 5 for backward-compatibility reasons. Please modify the code to use modern features if you are targeting modern environments.

info/api/interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,7 @@ interface ReaderOptions {
16771677

16781678
- [`EnumDWT_ConvertMode`]({{site.info}}api/Dynamsoft_Enum.html#dynamsoftdwtenumdwt_convertmode)
16791679

1680-
> NoteRendering Logic When Two or More of the Following Properties Are Specified maxWidth, maxHeight, and resolution:
1680+
> Note: Rendering Logic When Two or More of the Following Properties Are Specified - maxWidth, maxHeight, and resolution:
16811681
- Calculates the target image dimensions based on the original PDF page size and the specified resolution (DPI).
16821682
- When both maxWidth and maxHeight are set, the more restrictive constraint is applied to ensure the final image does not exceed either maximum.
16831683
- If the calculated dimensions exceed the specified maxWidth or maxHeight, the page is scaled down proportionally to fit within those constraints while preserving the original aspect ratio. This results in a lower effective resolution.

0 commit comments

Comments
 (0)