home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / hp / 8709 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  2.4 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!usc!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!usenet.coe.montana.edu!ogicse!hp-cv!hp-pcd!news1.boi.hp.com!cupnews0.cup.hp.com!hppad.waterloo.hp.com!rypma
  2. From: rypma@waterloo.hp.com (Ted Rypma)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: Postcript to HP LaserJet 500-C ?
  5. Message-ID: <Bs6Mn0.FL@waterloo.hp.com>
  6. Date: 30 Jul 92 03:20:59 GMT
  7. References: <1992Jul25.223433.11428@netnews.noc.drexel.edu>
  8. Sender: news@waterloo.hp.com (NetNews)
  9. Distribution: na
  10. Organization: HP Panacom Div Waterloo ON Canada
  11. Lines: 44
  12. X-Newsreader: Tin 1.1scd1 PL4
  13.  
  14. sanner@track.physics.usfca.edu (David Sanner) writes:
  15. : Does anyone know where I can get a converter to go from 
  16. : PostScript -> HP LaserJet 500-C color printer ?
  17.  
  18. Ghostscript 2.4 (3/25/92)
  19.   Copyright (C) 1990, 1992 Aladdin Enterprises, Menlo Park, CA.
  20.   All rights reserved.
  21. Distributed by Free Software Foundation, Inc.
  22. Ghostscript comes with NO WARRANTY: see the file LICENSE for details.
  23.  
  24. Available devices:
  25.     x11 cdeskjet deskjet djet500 djet500c laserjet ljet2p ljet3 paintjet
  26. Switches: (you can use # in place of =)
  27.     -d<name>[=<token>]   define name as token, or null if no token given
  28.     -g<width>x<height>   set width and height (`geometry') for device
  29.     -I<prefix>           add prefix to search path
  30.     -q                   `quiet' mode, suppress most messages
  31.     -r<res>              set resolution for initial device
  32.     -r<xres>x<yres>      set device X and Y resolution separately
  33.     -s<name>=<string>    define name as string
  34.     -sDEVICE=<devname>   select initial device
  35.     -sOUTPUTFILE=<file>  select output file, embed %d for page #,
  36.                            |command to pipe
  37. `-' alone as a file name means read from stdin non-interactively.
  38.  
  39. I use the following simple script and pipe postscript documents to it:
  40.  
  41. if [ $# -eq 0 ]
  42. then
  43.     gs -dQUIET -dNOPAUSE -sDEVICE=djet500c -sOUTPUTFILE='|lp -dtrdj -oraw' -
  44. else
  45.     gs -dQUIET -dNOPAUSE -sDEVICE=djet500c -sOUTPUTFILE='|lp -dtrdj -oraw' \
  46.     $@ quit.ps
  47. fi
  48.  
  49. The fonts may need some tweaking - the font that comes built-in is called
  50. 'ugly' for good reason; large point sizes really DO look ugly. But then
  51. lots of other fonts seem to be available and could be installed I guess.
  52. I mostly do graphics or Framemaker and it seems to work OK, including
  53. color.  You will need the latest ghostscript for color deskjet support.
  54.  
  55. Ted Rypma
  56. HP Panacom Division
  57.