Pages: [1]   Go Down

Author Topic: Where does Mac store custom paper sizes?  (Read 4897 times)

DLP Graphics

  • Newbie
  • *
  • Offline Offline
  • Posts: 15
    • http://www.dlpgraphics.ca
Where does Mac store custom paper sizes?
« on: January 16, 2012, 11:17:55 pm »

Can anyone tell me where Mac's store custom paper sizes? Over the years I have looked for them but can't find them. Whenever I get a new computer or reload an old one I end up having to create my custom sizes again.

Thanks
Logged
HP z3100ps GP
OS 10.5.3

howardm

  • Sr. Member
  • ****
  • Offline Offline
  • Posts: 1984
Re: Where does Mac store custom paper sizes?
« Reply #1 on: January 17, 2012, 08:10:20 am »

they should have transferred over if you use(d) Migration Assistant.

Anyway, here (in your $HOME folder)..........

Library/Preferences/com.apple.print.custompapers.plist

Although it will be a binary plist so you can't read it (unless you convert to text via the 'plutil -convert xml1' terminal utility)

<key>7x10 Card</key>
        <dict>
                <key>bottom</key>
                <real>9</real>
                <key>custom</key>
                <true/>
                <key>height</key>
                <real>504</real>
                <key>id</key>
                <string>7x10 Card</string>
                <key>left</key>
                <real>9</real>
                <key>name</key>
                <string>7x10 Card</string>
                <key>printer</key>
                <string> </string>
                <key>right</key>
                <real>9</real>
                <key>top</key>
                <real>9</real>
                <key>width</key>
                <real>720</real>
        </dict>
Pages: [1]   Go Up