home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / hp / 9655 < prev    next >
Encoding:
Text File  |  1992-08-25  |  1.4 KB  |  41 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!mips!sdd.hp.com!hpscdc!cupnews0.cup.hp.com!hppad.waterloo.hp.com!lapp
  3. From: lapp@waterloo.hp.com (David Lapp)
  4. Subject: Re: Dumping an HP 900/710 X11 window on an HP Laserjet IIP
  5. Sender: news@waterloo.hp.com (NetNews)
  6. Message-ID: <BtJtzK.CJz@waterloo.hp.com>
  7. Date: Tue, 25 Aug 1992 17:02:08 GMT
  8. References: <1992Aug25.145159.25119@cenaath.cena.dgac.fr>
  9. Organization: HP Panacom Div Waterloo ON Canada
  10. X-Newsreader: Tin 1.1.3 PL5
  11. Lines: 28
  12.  
  13. Ronan Melennec (melennec@stna.dgac.fr) wrote:
  14. : [Sorry, I let previous post out with a bad header]
  15. : Hello,
  16. :  
  17. :  I'm trying to do X11 window dumps on an HP Laserjet II Plus (512 Ko,
  18. :  no PostScript interpreter).
  19. :  
  20. :  I'm using HP-provided tools on an HP 9000/710 workstation.
  21. :  
  22. :  The command :
  23. :  xwd | xpr -device ljet -density 300 | lp -dlw
  24. :  only has the printer print "Line too long"...
  25. :  
  26. :  I've tried other values for density parameter, without success
  27. :  (with 150, only the leftmost topmost part of the window gets printed,
  28. :  the rest of the sheet is garbage ; with 75, the whole sheet is
  29. :  garbage).
  30. :  
  31. :  Could anyone suggest a working alternative ? I have FTP access.
  32. :
  33. I'm not sure about the density parameter but you probably
  34. need to specify that the data is 'raw' to lp. Try:
  35.  
  36.  xwd | xpr -device ljet -density 300 | lp -dlw -oraw
  37.  
  38. Dave Lapp
  39.  
  40.