diff --git a/lib/browser/api/web-contents.js b/lib/browser/api/web-contents.js index 540dcef3e0..e16fc1468a 100644 --- a/lib/browser/api/web-contents.js +++ b/lib/browser/api/web-contents.js @@ -80,7 +80,8 @@ const defaultPrintingSetting = { collate: true, shouldPrintBackgrounds: false, shouldPrintSelectionOnly: false, - scaleFactor: 100 + scaleFactor: 100, + rasterizePDF: false } // JavaScript implementations of WebContents.