We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffa40e commit 94ac2a0Copy full SHA for 94ac2a0
indepth/features/output.md
@@ -353,7 +353,7 @@ In [WASM mode]({{site.indepth}}features/initialize.html?ver=latest#webassembly-e
353
// no file dialog will be shown in WASM mode
354
DWObject.IfShowFileDialog = true;
355
// The absolute path specified will be ignored and
356
-// the file 'Sample.pdf'is saved to the Downloads folder
+// the file is saved to the Downloads folder
357
DWObject.SaveAllAsPDF("D:\\Sample.pdf",
358
function() {
359
console.log('Successful!');
0 commit comments