home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / GRAPHICS / PSCRIPT / PSCROSWD.ZIP / CROSSWRD.MSG next >
Encoding:
Internet Message Format  |  1991-12-18  |  1.8 KB

  1. Date: Thu, 21 Nov 1991 13:46 EDT
  2. From: "GEOFF SELIG - CONCORDIA U. COMPUTING SERVICES"
  3. Subject: Ascii to Postscript
  4.  
  5. Jean-Serge --
  6.  
  7. I read your note in Info-IBMPC Digest regarding ASCII to PostScipt
  8. printing. I am attaching a series of Postscript "programs" that will
  9. allow you to do exactly what you requested.  Just break the file into
  10. its separate parts, change the <FF> string into a true formfeed, and
  11. have fun.
  12.  
  13. By the way, the original posting of the programs came from a VAX/VMS
  14. discussion list -- thus the comments about daemons, etc.
  15.  
  16. Good luck
  17.  
  18. Geoff Selig        Phone (514)-848-7666 |        _,  /|     The Cat's Meow
  19. Faculty Services     FAX (514)-848-7622 |        \ o.O'
  20. Department of Computing Services        |        =(___)=
  21. Concordia University   (H928)           |            U
  22. Montreal, Quebec   H3G 1M8              |  ilfc594@vax2.concordia.ca
  23.                                         |  ilfc594@conu2.BITNET
  24. ======================================
  25.  
  26.  > does anyone out there have a program (maybe with fortran source) that
  27.  > will take a text file and convert it into a postscript file?????
  28.  
  29.  > I can't just use the postscript symbiont that is in the pd archives
  30.  > becoz the prionter I want to print on isn't on a VAX
  31.  
  32. Why use FORTRAN as the language?  Why not use PostScript?  Here are a
  33. few useful PostScript programs.  Just prepend the one that formats the
  34. file the way you want it to the file you want to print, then send it to
  35. the printer.  Note: The string <FF> in each of these programs should be
  36. replaced with an actual formfeed.
  37.  
  38. I forgot to mention that if you don't have a symbiont (or print daemon,
  39. or whatever) that ends each job with a control-D, you also have to
  40. append a control-D to the file before sending it to the printer if you
  41. use my PostScript programs to print the file.
  42.  
  43.