We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af7457 commit 84e3500Copy full SHA for 84e3500
1 file changed
examples/014-pdfJS-Static_PDF_Viewer.au3
@@ -10,7 +10,7 @@
10
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11
; ⚠️ to make this work, download pdfJS library from https://mozilla.github.io/pdf.js/
12
; for example:
13
-; https://github.com/mozilla/pdf.js/releases/download/v5.4.624/pdfjs-5.4.624-dist.zip
+; https://github.com/mozilla/pdf.js/releases/download/v5.6.205/pdfjs-5.6.205-dist.zip
14
; and unzip to: @ScriptDir & "\JS_Lib\pdfjs\"
15
16
@@ -151,8 +151,8 @@ Func _Example()
151
EndSwitch
152
WEnd
153
154
- GUIDelete($hGUI)
155
_NetWebView2_CleanUp($oWeb, $oBridge)
+ GUIDelete($hGUI)
156
EndFunc ;==>_Example
157
158
; Handles custom messages from JavaScript (window.chrome.webview.postMessage)
0 commit comments