Created
February 12, 2014 07:52
-
-
Save cognitom/8951566 to your computer and use it in GitHub Desktop.
No more Auto-Rotate & Scale in Preview
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| defaults write com.apple.Preview PVImagePrintingAutoRotate 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| defaults write com.apple.Preview PVImagePrintingScaleMode 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| defaults delete com.apple.Preview PVImagePrintingScaleMode; | |
| defaults delete com.apple.Preview PVImagePrintingAutoRotate |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
via MacTricks & Tips
http://www.mactricksandtips.com/2010/02/disabling-default-auto-rotate-scale-in-preview.html