home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / CDROM / Contents / READMEs / Peanuts-3 / Tools / printer / Envelope.1.0.README < prev    next >
Encoding:
Text File  |  1996-11-09  |  1.4 KB  |  28 lines

  1. INTRO
  2. Some time ago, somebody posted some code to comp.lang.postscript which prints envelopes complete with bar codes.  What I've done is to create a NEXTSTEP front end around this.
  3.  
  4. MISCELLANEOUS THINGS
  5. o   The "Save Address" menu item saves your return address, working on the
  6.     assumption that an individual user generally uses one return address most 
  7.     of the time.
  8. o   Be sure to select "Manual" paper feed and feed an envelope into your 
  9.     printer when asked for paper.  The proper alignment of the envelope is 
  10.     left as an exercise for the reader and the specific printer involved.
  11.  
  12. NON-OBVIOUS THINGS
  13. o   clicking the stamp will print, too
  14. o   if you dwrite Envelope Warning NO, you won't get the warning before 
  15.     getting the print panel (eventually I may add a preferences panel)
  16.  
  17. TO BE DONE
  18. o   add preferences panel for warning panel and address fonts
  19. o   add something interesting to the info panel
  20.  
  21. ABOUT THE POSTSCRIPT CODE
  22. The original postscript code can be found in the app wrapper, along with my modified version.  The original forces the zip code to be the last word of the last line.  I changed it so that the zip code only needs to be the last word of the last line with text (i.e. you can have empty lines after the line with the zip code).  Neither the original code nor my version is terribly clean, but it does clean up the stack nicely.
  23.  
  24. enjoy.
  25.  
  26. Doug Harris
  27. dough@bou.shl.com
  28. 1/31/95