home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!ames!sun-barr!west.West.Sun.COM!cronkite.Central.Sun.COM!sixgun.East.Sun.COM!newwave!matthew
- From: matthew@sun.com (Matthew Stier - Sun NC Development Center)
- Newsgroups: comp.sys.sun.misc
- Subject: Re: Help! Problem with Postscript printer
- Message-ID: <17grpsINN3t8@sixgun.East.Sun.COM>
- Date: 26 Aug 92 21:07:08 GMT
- References: <1992Aug21.233430.20143@usenet.ins.cwru.edu>
- Reply-To: matthew@sun.com
- Distribution: world
- Organization: Sun Microsystems, Inc.
- Lines: 28
- NNTP-Posting-Host: newwave.east.sun.com
-
- In article 20143@usenet.ins.cwru.edu, ramesh@veda (Ramesh Doddamani) writes:
- >
- > Hello
- >
- > Is there a way to overcome this? Has anybody come across this problem? If we
- > have a filter that changes "%!" to "%!PS-Adobe3.0" will it work? I would
- > appreciate if anybody has a solution for this.
- >
-
- Yes this should work.
-
- Here is some pseudo-code.
-
- first_line = 1;
- while ( read_input != eof ) {
- if (first_line) {
- write "%!PS-Adobe3.0"
- first_line = 0;
- }
- write input_line
- }
-
-
- ---
- Matthew Lee Stier |
- Sun Microsystems --- RTP, NC 27709-3447 | "Wisconsin Escapee"
- Email: matthew.stier@East.Sun.COM |
- Phone: (919) 469-8300 fax: (919) 460-8355 |
-