home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / hp / 8710 < prev    next >
Encoding:
Text File  |  1992-07-29  |  3.0 KB  |  69 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!math.fu-berlin.de!informatik.tu-muenchen.de!vollath
  3. From: vollath@Informatik.TU-Muenchen.DE (Ulrich Vollath)
  4. Subject: Re: Postcript to HP LaserJet 500-C ?
  5. References: <1992Jul25.223433.11428@netnews.noc.drexel.edu> <Bs6Mn0.FL@waterloo.hp.com>
  6. Originator: vollath@hpeick6.informatik.tu-muenchen.de
  7. Sender: news@Informatik.TU-Muenchen.DE (USENET Newssystem)
  8. Organization: Technische Universitaet Muenchen, Germany
  9. Date: Thu, 30 Jul 1992 06:50:10 GMT
  10. Message-ID: <1992Jul30.065010.13345@Informatik.TU-Muenchen.DE>
  11. Distribution: na
  12. Lines: 55
  13.  
  14.  
  15. In article <Bs6Mn0.FL@waterloo.hp.com>, rypma@waterloo.hp.com (Ted Rypma) writes:
  16. |> sanner@track.physics.usfca.edu (David Sanner) writes:
  17. |> : Does anyone know where I can get a converter to go from 
  18. |> : 
  19. |> : PostScript -> HP LaserJet 500-C color printer ?
  20. |> 
  21. |> Ghostscript 2.4 (3/25/92)
  22. |>   Copyright (C) 1990, 1992 Aladdin Enterprises, Menlo Park, CA.
  23. |>   All rights reserved.
  24. |> Distributed by Free Software Foundation, Inc.
  25. |> Ghostscript comes with NO WARRANTY: see the file LICENSE for details.
  26. |> 
  27. |> Available devices:
  28. |>     x11 cdeskjet deskjet djet500 djet500c laserjet ljet2p ljet3 paintjet
  29. |> Switches: (you can use # in place of =)
  30. |>     -d<name>[=<token>]   define name as token, or null if no token given
  31. |>     -g<width>x<height>   set width and height (`geometry') for device
  32. |>     -I<prefix>           add prefix to search path
  33. |>     -q                   `quiet' mode, suppress most messages
  34. |>     -r<res>              set resolution for initial device
  35. |>     -r<xres>x<yres>      set device X and Y resolution separately
  36. |>     -s<name>=<string>    define name as string
  37. |>     -sDEVICE=<devname>   select initial device
  38. |>     -sOUTPUTFILE=<file>  select output file, embed %d for page #,
  39. |>                            |command to pipe
  40. |> `-' alone as a file name means read from stdin non-interactively.
  41. |> 
  42. |> I use the following simple script and pipe postscript documents to it:
  43. |> 
  44. |> if [ $# -eq 0 ]
  45. |> then
  46. |>     gs -dQUIET -dNOPAUSE -sDEVICE=djet500c -sOUTPUTFILE='|lp -dtrdj -oraw' -
  47. |> else
  48. |>     gs -dQUIET -dNOPAUSE -sDEVICE=djet500c -sOUTPUTFILE='|lp -dtrdj -oraw' \
  49. |>     $@ quit.ps
  50. |> fi
  51. |> 
  52. |> The fonts may need some tweaking - the font that comes built-in is called
  53. |> 'ugly' for good reason; large point sizes really DO look ugly. But then
  54. |> lots of other fonts seem to be available and could be installed I guess.
  55. |> I mostly do graphics or Framemaker and it seems to work OK, including
  56. |> color.  You will need the latest ghostscript for color deskjet support.
  57. |> 
  58. |> Ted Rypma
  59. |> HP Panacom Division
  60. Do you really get good color output by this?
  61. On my deskjet500c the colors look ugly, and black gets a color-tone.
  62. Therefore I allway use the pstoppm.ps program with ghostscript
  63. and convert to deskjet with pbmplus utilities.
  64. This yields the best output for me.
  65.  
  66. -- 
  67. Ulrich Vollath                 email: vollath@lan.informatik.tu-muenchen.de
  68. Munich Institute of Technology voice: 004989/2105-8102 (result: -8099.62992874)
  69.