home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / business / printcar / printcar.exe / PrintCardDB / SimpleCard.ps < prev    next >
Text File  |  2000-06-10  |  646b  |  36 lines

  1. %!PS-Adobe
  2. %
  3. % Simple business card template.
  4. %
  5. % $Id: SimpleCard.ps,v 1.2 2000/06/10 00:19:32 sergey Exp $
  6. %
  7.  
  8. % Note:
  9. % PrintCardLibrary.ps must be included first!
  10.  
  11. %--- Card layout
  12.  
  13. % -- x y
  14. /PersonalInfoPos {
  15.     FrameMargin FrameMargin neg
  16. } def
  17.  
  18. % -- x y
  19. /AddressInfoPos {
  20.     { AddressBlock } BlockSize /height exch def pop
  21.     FrameMargin
  22.     FrameHeight FrameMargin sub height sub neg
  23. } def
  24.  
  25. % -- x y
  26. /ContactInfoPos {
  27.     { ContactBlock } BlockSize /height exch def /width exch def
  28.     FrameWidth FrameMargin sub width sub
  29.     FrameHeight FrameMargin sub height sub neg
  30. } def
  31.  
  32. %--- main
  33.  
  34. Main
  35. showpage
  36.