如何更改OS系统下截图生成图片格式 jpg pdf
Mac系统下快速截屏的快捷键:
1、截全屏:
shift + command + 3
2、选取截屏
shift + command + 4
生成的图片,系统默认格式忘了,反正不好用,用下面命令更改生成格式
localhost:~ MuyunLee$ defaults write com.apple.screencapture type jpg
想生成pdf, 就把jpg 换成 pdf 就可以了
~ all done!