Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Add rasterize PDF option to defaultPrintingSetting
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdh committed Apr 3, 2017
1 parent 1dd1847 commit 9d32f7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/browser/api/web-contents.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ const defaultPrintingSetting = {
collate: true,
shouldPrintBackgrounds: false,
shouldPrintSelectionOnly: false,
scaleFactor: 100
scaleFactor: 100,
rasterizePDF: false
}

// JavaScript implementations of WebContents.
Expand Down

0 comments on commit 9d32f7f

Please sign in to comment.