home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / business / printcar / printcar.exe / readme.txt < prev   
Text File  |  2000-06-11  |  3KB  |  94 lines

  1.  
  2.                         PrintCard version 1.0
  3.  
  4. PrintCard is a business card printing utility. Prints address record as a
  5. business card. Multiple card styles could be selected from the list.
  6. IR-enabled (IrDA) printer required. Printer must support PostScript in order to
  7. print PostScript encoded cards.
  8.  
  9. This is a public domain. NO WARRANTY.
  10.  
  11.  
  12. Installation:
  13. -------------
  14.  
  15. Install following files:
  16.  
  17. PrintCard.prc    - executable
  18. PrintCardDB.pdb  - card templates database
  19.  
  20.  
  21. How to print a card:
  22. --------------------
  23.  
  24. * Select name from the names list. You can type name' first letter to quickly
  25.   find the name.
  26.  
  27. * Select suitable card design from the cards list.
  28.   (TXT) mark indicates text-only cards that could be printed on any printer.
  29.   Cards with (PS) mark could be printed only on PostScript printer.
  30.  
  31. * Press Print button to print the card.
  32.  
  33.  
  34. How it works:
  35. -------------
  36.  
  37. Certein entries from the selected address (personal information, address and
  38. contact information) will be used to substitute formal parameters inside the
  39. PostScript template. The template itself is a PostScript program that could
  40. be executed by a printer. PrintCard application is only GUI that allows you to
  41. select an address and desired card style, put them together and send a result on
  42. the printer for execution.
  43.  
  44. PostScript, as a language for templates, was selected only because of its great
  45. capabilities. In fact, the template could be done as a plain text with
  46. placeholders or as a PCL/HP-GL code, for instance.
  47.  
  48.  
  49. Configuration:
  50. --------------
  51.  
  52. You can change appearance of the card varying following parameters:
  53. (Note that these options works only for PostScript encoded cards)
  54.  
  55. * Frame height and width defines print size of the card.
  56. * Margin determines position of text inside the frame.
  57.  
  58.   These parameters are measured in 'points' - standard device measurement
  59.   units. By default one point is equal to 1/72 inch.
  60.  
  61. * Scale is in percent. Value 100% represents size without scale.
  62.  
  63. * Number of copies parameter defines how many cards will be printed.
  64.   When 'many copies' selected, as many as possible cards will be printed on one page.
  65.  
  66.  
  67. IrDA support:
  68. -------------
  69.  
  70.     IrLPT
  71.     IrCOMM 3-Wire raw
  72.     IrCOMM 3-Wire and 9-Wire (without control channel)
  73.  
  74.  
  75. Minimal requirements:
  76. ---------------------
  77.  
  78.     Palm III
  79.     PalmOS 3.1
  80.  
  81.     Printer:
  82.         IR link (IrDA)
  83.         PostScript (to print PostScript encoded cards)
  84.  
  85.  
  86. Development:
  87. ------------
  88.  
  89.     PRC-Tools 2.0 and SDK 3.1
  90.  
  91.  
  92. Sergey Udovenko
  93. udovenko@bluewin.ch
  94.