home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / protocol / appletal / 3128 < prev    next >
Encoding:
Text File  |  1992-08-19  |  2.3 KB  |  61 lines

  1. Newsgroups: comp.protocols.appletalk
  2. Path: sparky!uunet!caen!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!tom
  3. From: tom@magnus.acs.ohio-state.edu (Tom Easterday)
  4. Subject: Getting rid offending postcript (lwsrv -e)?
  5. Message-ID: <1992Aug19.145814.8443@magnus.acs.ohio-state.edu>
  6. Sender: news@magnus.acs.ohio-state.edu
  7. Nntp-Posting-Host: top.magnus.acs.ohio-state.edu
  8. Organization: The Ohio State University
  9. Date: Wed, 19 Aug 1992 14:58:14 GMT
  10. Lines: 49
  11.  
  12. According to the lwsrv documentation:
  13.  
  14.     An alternative to editing the procset files is to make lwsrv
  15.     preprend the following PostScript code that executes the two
  16.     "files" (e.g. stream with 2 eofs) as a single job by running lwsrv
  17.     with the "-e" option (e for eexec may be inline):
  18.             2 {(%stdin) (r) file cvx exec} repeat
  19.     in front of the job and puts end of file ("%%EOF") after the prologue
  20.     code.  This makes two assumptions:
  21.             (a) you are using papif without the EOF code turned off
  22.                 (default is off under the NO_STRUCT conditional)
  23.                 or you are using another spooler that handles it
  24.             (b) You are running without ADOBE_DSC_CONFORMANT turned on.
  25.     At the present time we don't recommend doing this.
  26.  
  27. I am *not* issuing the "-e" flag and yet there is several sections of
  28. postscript at the top of the file to be printed that my unix system
  29. (or the HP printer) does not like.
  30.  
  31. At the beginning of the file in the unix print queue are three sections
  32. that when edit'ed out allow the file to be printed fine.  It looks like
  33. the "inline eexec" that is referenced above.  
  34.  
  35. The sections begin:
  36.  
  37.    %!PS-Adobe-2.0 Query (and then there is and EOF)
  38.  
  39.    %!PS-Adobe-2.0 ExitServer (then what looks like printer control, and a EOF)
  40.  
  41. and then another
  42.    %!PS-Adobe-2.0 Query (and EOF)
  43.  
  44. then the postscript to be printed
  45.  
  46. Does anyone know how to get rid of these sections or what I need to do
  47. (other flags with which to start lwsrv) to get this to work?
  48.  
  49. I have sun IPX running CAP 6.0 and it is passing the print job off to
  50. another sun 2 that has an HP LaserJet III (w/ postscript) hanging off
  51. it.  My mac (IIci) is running system 7.0.1 and is on the same ethernet
  52. as the IPX.
  53.  
  54. I have started lwsrv so far with the following command:
  55.  
  56. lwsrv -n "HP III" -p lp -a proc -f LWPlusFonts -T crtolf -l /tmp/lwsrv.log -N
  57.  
  58.     Thanks in advance for any advice...
  59.  
  60.             Tom
  61.