AAPL stock: Click Here |
|
Tips and Deals ---- For Sale & Free Items ---- 'Friendly' Political Ranting |
printing labels from addressbook
Posted by: davemchine
Date: December 13, 2013 10:47AM
|
Re: printing labels from addressbook
Posted by: modelamac
Date: December 13, 2013 11:10AM
|
Re: printing labels from addressbook
Posted by: davemchine
Date: December 13, 2013 01:12PM
|
Re: printing labels from addressbook
Posted by: h linamen
Date: December 13, 2013 01:21PM
|
Re: printing labels from addressbook
Posted by: davemchine
Date: December 13, 2013 01:46PM
|
Quote
1) If you don’t have a 10.5 plist file, make your own. Copy the code below into a UTF-8 text editor (I prefer TextWrangler):
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "[url]http://www.apple.com/DTDs/PropertyList-1.0.dtd[/url]">
<plist version="1.0">
<dict>
<key>ca</key>
<true/>
<key>uk</key>
<true/>
<key>us</key>
<true/>
<key>fr</key>
<true/>
</dict>
</plist>
2) Save that as “ABRelatedNamesConfig.plist”
3) Copy that file to:
/Applications/Address Book.app/Contents/Resources/
4) Prep your contacts so that the Spouse - Name entry is the full name. For instance, for a contact named John Doe, the Spouse field should read “Jane Doe” and then the printed label for John will read "John and Jane Doe"
Re: printing labels from addressbook
Posted by: JPK
Date: December 14, 2013 04:32PM
|