home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / ghostscr / bug / 1402 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  1.6 KB

  1. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!cis.ohio-state.edu!aladdin.COM!ghost
  2. From: ghost@aladdin.COM (L. Peter Deutsch)
  3. Newsgroups: gnu.ghostscript.bug
  4. Subject: Re: Problems with HP Laserjet
  5. Date: 22 Jan 1993 21:10:27 -0500
  6. Organization: GNUs Not Usenet
  7. Lines: 33
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-ghostscript@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <9301212203.1.UUL1.3#5127@aladdin.com>
  12. References: ghost@aladdin.COM (L. Peter Deutsch)
  13.  
  14. Re <9301212310.AA29009@raisin-nut>
  15. <1993Jan21.164257.9572@nas.nasa.gov>:
  16.  
  17. > I have been having trouble getting some postscript documents that print
  18. > correctly on an Apple Laserwriter to print on an HP Laserjet+ using
  19. > gs 2.5.2.  I have tracked down the source of the problem to the following
  20. > line:
  21. >     clippath pathbbox
  22. > This returns a box that is 11" by 8.5", and does not subtract the
  23. > unprintable region of the page.  Am I mistaken in assuming that this is
  24. > supposed to return a bounding box for the printable region, and not the
  25. > physical page size?
  26.  
  27. When I executed this code on my copy of Ghostscript 2.5.2, it
  28. correctly returned a clipping box that had been inset to reflect the
  29. unprintable region.  I wonder why you get different results.  The
  30. test I ran was:
  31.     gs -sDEVICE=ljetplus
  32.     GS>initclip clippath pathbbox pstack
  33.     792.0
  34.     586.8
  35.     14.16
  36.     24.96
  37.  
  38. L. Peter Deutsch :: Aladdin Enterprises :: P.O. box 60264, Palo Alto, CA 94306
  39. ghost@aladdin.com, ...decwrl!aladdin!ghost ; voice 415-322-0103 ; fax 322-1734
  40.         "Implementation is the sincerest form of flattery."
  41.  
  42.  
  43.  
  44.  
  45.