Good Morning,
With the latest versions of Google Chrome (Version 45.0.2454.85 (64-bit)), when printing, by default Chrome uses its own built-in Print Preview functionality. i.e. it doesn't use the System Print dialog display.
I want to disable Chromes built-in Print Preview functionality completely so whenever an end-user prints, it uses the OS X native system print dialogue but I can not seem to turn off Chromes built-in Print Preview functionality. I have tired using the defaults write option:
defaults write com.google.Chrome DisablePrintPreview -boolean true
and also remapping the Command-P functionality using keyboard mapping (http://ryan.mcgeary.org/2012/09/13/disable-chrome-print-dialog-use-osx-instead/) but neither approach works. Oddly enough, when the defaults write option is actioned, the Chrome .plist (~/Library/Preferences/com.google.Chrome.plist) reflects the change (DisablePrintPreview, Boolean, Yes) but still operates using Chromes' own Print Preview functionality. Is there a cache setting somewhere which overrides the .plist ?
Ideally, I would like to disable Chromes' Builtin Print Preview Functionality completely so that Chrome has to present OS X native system print preview. Hence, when an end user chooses to print via the File -> Print or via clicking on print button on a web page, Chrome will present the standard OS X system print dialog.
Has anyone had any success with this problem ? Your advice is very much appreciated.
Have a great day.
Thank you.