October 22, 2010
How To: Force Safari to Download PDF Files
I hate having my Internet Browser display PDF files when I click on them. I much prefer them to be downloaded. Here are two commands that changes this default behavior. in terminal (as Admin or Root user) type: defaults write com.apple.Safari WebKitOmitPDFSupport -bool YES Essentially you’re removing PDF Support from Safari so that it doesn’t [...]