You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="{{site.baseurl}}assets/HelloWorld-Code.zip"class="orangeBgBtn">Download the Code of the Hello World</a>
24
+
<ahref="{{site.baseurl}}assets/HelloWorld-Code.zip"class="orangeBgBtn"style="height:36px!important;line-height:36px!important">Download the Code of the Hello World</a>
25
25
26
26
> 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.
> Note:Rendering 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:
1681
1681
- Calculates the target image dimensions based on the original PDF page size and the specified resolution (DPI).
1682
1682
- When both maxWidth and maxHeight are set, the more restrictive constraint is applied to ensure the final image does not exceed either maximum.
1683
1683
- 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