Re: Turning off Inline PDF support
Mark Doyle <[email protected]> Fri, 2 Nov 2007 10:41:18 -0400
| Newsgroups | gmane.comp.web.omniweb |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Nov 2, 2007, at 10:28 AM, Mark Doyle wrote: > Congratulations on 5.6 - it is a great update. My one quibble with > it is that I can't seem to figure out how to turn off the inline > display of PDFs. I vastly prefer the PDFs to be saved in my > downloads directory and then to open in my favorite viewer. I got a quick offline response: defaults write com.omnigroup.OmniWeb5 WebKitOmitPDFSupport -bool true in Terminal does the trick. Thanks, Mark