home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / hp / 9680 < prev    next >
Encoding:
Internet Message Format  |  1992-08-25  |  1.3 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!Sirius.dfn.de!chx400!sicsun!igahp2.epfl.ch!root
  2. From: root@igahp2.epfl.ch
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: Dumping an HP 900/710 X11 window on an HP Laserjet IIP
  5. Keywords: xwd, xpr, lp
  6. Message-ID: <1992Aug25.191616@igahp2.epfl.ch>
  7. Date: 25 Aug 92 19:16:16 GMT
  8. References: <1992Aug25.142347.24956@cenaath.cena.dgac.fr> <1992Aug25.145159.25119@cenaath.cena.dgac.fr>
  9. Sender: news@sicsun.epfl.ch
  10. Reply-To: root@igahp2.epfl.ch ()
  11. Organization: Ecole Polytechnique Federale de Lausanne
  12. Lines: 24
  13.  
  14. In article <1992Aug25.145159.25119@cenaath.cena.dgac.fr>, melennec@stna.dgac.fr (Ronan Melennec) writes:
  15. > [Sorry, I let previous post out with a bad header]
  16. > Hello,
  17. >  
  18. >  I'm trying to do X11 window dumps on an HP Laserjet II Plus (512 Ko,
  19. >  no PostScript interpreter).
  20. >  
  21. >  I'm using HP-provided tools on an HP 9000/710 workstation.
  22. >  
  23. >  The command :
  24. >  xwd | xpr -device ljet -density 300 | lp -dlw
  25. >  only has the printer print "Line too long"...
  26.  
  27.  
  28.     You forgot the options of lp: -oraw -onb. Therefore full line which
  29. works:
  30.     xwd | xpr -device ljet | lp -oraw -onb -dYour_printer
  31.  
  32. Have fun !
  33. -- 
  34. ***  Andrzej KULIK, Ecole Polytechnique Federale de Lausanne,
  35. *** Institut de Genie Atomique, CH-1015 LAUSANNE, SWITZERLAND.
  36. *** Phone: (21)693'33'59, Fax: (21)693'44'70, e-mail: root@igahp1.epfl.ch
  37.