Answers:
我将使用与上述@Bart稍有不同的Terminal命令,尽管它们可以正常工作。
要禁用预览的默认打印缩放比例:
defaults write com.apple.Preview PVImagePrintingScaleMode -bool false
恢复预览的默认打印比例:
defaults write com.apple.Preview PVImagePrintingScaleMode -bool true
这样,默认值将保留在Preview的plist中,因此,如果我在明年忘记了默认值时才尝试使用该默认值,则无需外部提醒。
顺便说一句,在禁用打印比例后,我第一次启动Preview时,它似乎在启动时挂起,因此我强制退出然后再次尝试,一切都很好。
嗯 试图进行编辑以使代码行显示...
退出预览应用程序,在终端应用程序中输入以下内容,然后再次启动预览。问题解决了!
defaults write com.apple.Preview PVImagePrintingScaleMode 0
要还原此设置,可以使用以下命令:
defaults delete com.apple.Preview PVImagePrintingScaleMode