home *** CD-ROM | disk | FTP | other *** search
- %!
- % 3/31/93
- % POSTTEXT.STP
- %
- % this PostScript program can be prepended to a text file
- % to allow it to print on on a PostScript printer
- %
- /x{44 747 moveto}def
- /z 999 string def
- /p{{currentfile cvlit z readline not{exit}if show 44 currentpoint exch
- pop 11 sub dup 31 le z 0 get 12 eq or{z 0 0 put pop pop showpage x}
- {moveto}ifelse}loop showpage} def
- /Courier findfont 10.4 scalefont setfont x p
-