home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / next / software / 1267 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  679 b 

  1. Path: sparky!uunet!olivea!decwrl!csus.edu!netcom.com!ews
  2. From: ews@netcom.com (Ed Sznyter)
  3. Newsgroups: comp.sys.next.software
  4. Subject: Preview: conforming PS problem
  5. Message-ID: <7__nwtr.ews@netcom.com>
  6. Date: 21 Aug 92 03:02:04 GMT
  7. Distribution: usa
  8. Organization: Netcom - Online Communication Services  (408 241-9760 guest)
  9. Lines: 14
  10.  
  11. It seems that if I put the %%Pages: and the %%Page: directives
  12. into my postscript file, Preview then ignores the %%BoundingBox.
  13. What is the matter with the following?
  14.  
  15. %!PS-Adobe-3.0 EPSF-2.0
  16. %%BoundingBox: 100 100 200 200
  17. %%Pages: 1
  18. %%EndComments
  19. %%EndProlog
  20. %%Page: 1 1
  21. 1 0 0 setrgbcolor
  22. 100 100 moveto 200 200 lineto stroke
  23. %%Trailer
  24. %%EOF
  25.