home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / postscri / 6456 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  1.2 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!asuvax!asuacad!aubxg
  2. Organization: Arizona State University
  3. Date: Monday, 25 Jan 1993 14:50:48 MST
  4. From: Ben Goren <AUBXG@ASUACAD.BITNET>
  5. Message-ID: <93025.145049AUBXG@ASUACAD.BITNET>
  6. Newsgroups: comp.lang.postscript
  7. Subject: Re: Unprintable regions - definitive answer sought
  8. References:  <C1EMrJ.2M3@mnveger.uucp>
  9. Lines: 17
  10.  
  11. The printable region is treated as the initial clipping path; therefore,
  12. a bit of code like
  13.  
  14. 0 0 moveto 72 0 lineto 72 72 lineto 0 72 lineto closepath fill showpage
  15.  
  16. will, on most printers, generate a rectangle with its upper right corner
  17. one inch from the bottom left edge of the page and the lower left corner
  18. at the edge of the prinable area.
  19.  
  20. Note that "page" does not allways mean "piece of paper." On a typical
  21. imagesetter, a sheet of letter paper is actually centered on a 12" roll
  22. of paper, and it images all the way to the edges (as the printable area
  23. is the same as the page size in this case). On that particular imagesetter,
  24. it is *not* going to go through all fifty feet of paper just to print on
  25. the edge of the page....
  26.  
  27. b&
  28.