Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Easily set custom paper sizes in 10.2' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Easily set custom paper sizes in 10.2
Authored by: tkld on Oct 14, '03 05:47:13AM

Or to do this from a Terminal window or script:

defaults write com.apple.print.defaultpapersize DefaultPaperSize iso-a4

I recommend then copying the resulting

~/Library/Preferences/com.apple.print.defaultpapersize.plist
file to
/System/Library/User Template/English.lproj/Library/Preferences/
so that all new users created on the computer will also have A4 as their default paper size.

(perhaps with this command)

cd ; sudo cp Library/Preferences/com.apple.print.defaultpapersize.plist /System/Library/User Template/English.lproj/Library/Preferences/



[ Reply to This | # ]