home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR21 / NWIPDOC.ZIP / README.TXT < prev   
Text File  |  1993-11-19  |  2KB  |  54 lines

  1. NWIPPAPR.PS is a Novell White Paper on NetWare/IP in PostScript
  2. format.  You can print this on any printer which supports
  3. PostScript.
  4.  
  5. 1. Printing a PostScript file from DOS using NetWare to an HP LaserJet 
  6.    IIISi with the PostScript Option installed:
  7.  
  8.    After reading the "Network Notes for the HP LaserJet IIISi Printer"
  9.    manual provided with the HP LaserJet IIISi documentation set, I have
  10.    learned that it is necessary to specify "/nobanner" when spooling a
  11.    PostScript file to the printer through a NetWare print queue.  In fact,
  12.    HP recommends that the following options be set:
  13.  
  14.            Option                Value
  15.         ------                -----
  16.            File contents            Byte stream
  17.         Print Banner            No
  18.         Suppress form feed        Yes
  19.  
  20.  
  21.     However, after some experimentation I have concluded that the most
  22.     important option is the "Print Banner" option.  If "Print Banner"
  23.     is set to "Yes" (which is the default for "nprint" and "capture"),
  24.     the postscript file will be spooled to the printer but it will NOT
  25.     be printed.  The "Ready" light will blink on the printer indicating
  26.     that it is receiving data, but the file will never be printed.  
  27.     Therefore, I recommend printing the file by using the following
  28.     command:
  29.  
  30.         nprint nwippapr.ps /s=server_name /q=q_name /nobanner
  31.  
  32.     This command spools "nwippapr.ps" to the printer with "File
  33.     Contents" set to "Text," "Print Banner" set to "No," and "Suppress
  34.     form feed" set to "No."  Although "File Contents" and "Suppress
  35.     form feed" are not set to the HP recommended values, it still
  36.     seems to work this way.  If it doesn't work for you, then
  37.     try printing to the printer by directly inserting it in the queue
  38.     using PCONSOLE and setting ALL of the options (File Contents, Print
  39.     Banner, and Suppress form feed) to the HP recommended values listed
  40.     in the table above.
  41.  
  42.  
  43.  
  44. 2. Printing a PostScript file using "lpr" from a SPARCstation running
  45.    SunOS 4.1.2 to an HP LaserJet IIISi with the PostScript Option
  46.    installed:
  47.  
  48.         lpr -Pprinter_name -s nwippapr.ps
  49.  
  50.         *Note:  This has been tested and works using
  51.                 SunOS 4.1.2.  The "-s" option is used
  52.             to get around a file size limit which 
  53.             may be imposed on the print queue.
  54.