Currently Being Moderated

10.4: Make Tiger to handle PDFs like previous OS X's

Disclaimer: Apple does not necessarily endorse any suggestions, solutions, or third-party software products that may be mentioned in the topic below. Apple encourages you to first seek a solution at Apple Support. The following links are provided as is, with no guarantee of the effectiveness or reliability of the information. Apple does not guarantee that these links will be maintained or functional at any given time. Use the information below at your own discretion.


Fix PDF files to download and open in Preview like every other version of OS X and not the new way of opening inside the Safari Browser:

To Add this behavior:

1. Open Terminal
2. Type the following:

defaults write com.apple.safari WebKitOmitPDFSupport -bool YES

To Remove this behavior:

1. Open Terminal
2. Type the following:

defaults delete com.apple.safari WebKitOmitPDFSupport

-----

Fix OS X screenshots to save once again in PDF format instead of PNG format:

To Add this behavior (OS X 10.4.1 + Security Update or higher version OS X):

1. Open Terminal
2. Type the following:

defaults write com.apple.screencapture type pdf

To Remove this behavior:

1. Open Terminal
2. Type the following:

defaults write com.apple.screencapture type png

Do you want to provide feedback on this User Contributed Tip or contribute your own? If you have achieved Level 2 status, visit the User Tips Library Contributions forum for more information.

Thanks Jan!

"Remember to quit Safari first", as robg explains here:
- (Mac OS X Hints) Disable Safari's ability to handle PDF files

Personally I prefer the new behaviour: I simply control-click the link (instead of clicking it), and choose what I prefer to do (generally I download the pdf on my desktop).

Axl

Replies

Delete User Tip

Are you sure you want to delete this user tip?