|
These are preferences that don’t have a user interface. To set them, enter the commands in Terminal.app:
By default, PStill automatically detects Landscape orientation. To turn this off:
defaults write com.stone.PStill NoAutoDetectRotate YES
By default, PStill automatically detects size from DSC (comments). To turn this off:
defaults write com.stone.PStill OmitDSCCheck YES
If you want only grayscale images:
defaults write com.stone.PStill GrayScale YES
If you don’t want Macintosh Types and Creator information written to your pdf:
defaults write com.stone.PStill UseMacTypes NO
If Acrobat can’t concatenate your pdf’s:
defaults write com.stone.PStill AcrobatConcattable YES
By default, PStill will cache your fonts in /Library/Application Support/Stone/PStill/PSFonts when you choose Tools->Cache Fonts. To change this location:
defaults write com.stone.PStill FontCache <FULLPATH TO FOLDER TO STORE FONTS> |