Skip to content

Instantly share code, notes, and snippets.

@cognitom
Created February 12, 2014 07:52
Show Gist options
  • Select an option

  • Save cognitom/8951566 to your computer and use it in GitHub Desktop.

Select an option

Save cognitom/8951566 to your computer and use it in GitHub Desktop.
No more Auto-Rotate & Scale in Preview
defaults write com.apple.Preview PVImagePrintingAutoRotate 0
defaults write com.apple.Preview PVImagePrintingScaleMode 0
defaults delete com.apple.Preview PVImagePrintingScaleMode;
defaults delete com.apple.Preview PVImagePrintingAutoRotate
@cognitom
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment