home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!decwrl!csus.edu!netcom.com!ews
- From: ews@netcom.com (Ed Sznyter)
- Newsgroups: comp.sys.next.software
- Subject: Preview: conforming PS problem
- Message-ID: <7__nwtr.ews@netcom.com>
- Date: 21 Aug 92 03:02:04 GMT
- Distribution: usa
- Organization: Netcom - Online Communication Services (408 241-9760 guest)
- Lines: 14
-
- It seems that if I put the %%Pages: and the %%Page: directives
- into my postscript file, Preview then ignores the %%BoundingBox.
- What is the matter with the following?
-
- %!PS-Adobe-3.0 EPSF-2.0
- %%BoundingBox: 100 100 200 200
- %%Pages: 1
- %%EndComments
- %%EndProlog
- %%Page: 1 1
- 1 0 0 setrgbcolor
- 100 100 moveto 200 200 lineto stroke
- %%Trailer
- %%EOF
-