home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / mswindo / programm / win32 / 640 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  2.0 KB

  1. Path: sparky!uunet!kithrup!stanford.edu!ames!haven.umd.edu!darwin.sura.net!mips!sdd.hp.com!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!rutgers!uwvax!galtee.cs.wisc.edu!rose
  2. From: rose@galtee.cs.wisc.edu (Scott Rose)
  3. Newsgroups: comp.os.ms-windows.programmer.win32
  4. Subject: Re: I too have unable to print the PS files
  5. Summary: edit the headers
  6. Message-ID: <1992Aug20.211833.18718@cs.wisc.edu>
  7. Date: 20 Aug 92 21:18:33 GMT
  8. References: <1992Aug10.180051.3140@titan.ksc.nasa.gov> <1992Aug20.063746.12690@microsoft.com>
  9. Sender: news@cs.wisc.edu (The News)
  10. Organization: University of Wisconsin, Madison -- Computer Sciences Dept.
  11. Lines: 26
  12.  
  13. In article <1992Aug20.063746.12690@microsoft.com> alistair@microsoft.com (Alistair Banks) writes:
  14.  
  15. >These files were intended to be generic - at least as generic as postscript
  16. >is - but with the problems I've been seeing here, and on compuserve, we
  17. >can see that it's far from perfect - please note, at least some people
  18. >have been reporting succes here, so check with them and learn how they
  19. >succeeded
  20.  
  21. I encountered two problems with these files that I had to solve before I could
  22. get more than a few pages at a time to print:
  23.  
  24. 1. There is a ^D embedded in the first few bytes of each file.  Don't know why
  25.    it's there, much less why it is not always in the same place; do know that
  26.    I got zero pages of output until I used an editor to remove it.
  27.  
  28. 2. The docs use fonts that are not supported by the printers-- three flavors
  29.    of them-- that are in my shop.  For example, Helvetica Narrow and Helvetica
  30.    Narrow Bold.  I could get a number of pages of each doc to print before 
  31.    associated error messages from the printer caused lpd to abort the jobs.
  32.    The fix?  Edit the header of each file to redefine the macros to use other,
  33.    supported fonts.  For example, change /HNB to use Helvetica Bold.
  34.  
  35. After doing these edits, the files printed for me without problem on all of my
  36. printers.  Unless you count irate coworkers as a problem, that is.
  37.  
  38. Hope this helps.
  39.