2 # fixwfwps: fix Word for windows PostScript for printing.
4 # Copyright (C) Angus J. C. Duggan 1991-1995
5 # See file LICENSE for details.
9 tr/\000-\010\012-\014\016-\037//d;
10 foreach (grep($_ ne "", split("\015"))) {
11 s!/SVDoc\s+save\s+def!!g;
13 if (/^(%!PS-Adobe-\d*\.\d*) EPSF-/ && !$nesting) {
16 } elsif (/^SS\s*$/ && $wfwepsf) {
17 print "%%Page: $wfwepsf $wfwepsf\n";
20 } elsif (/^%MSEPS Preamble/) {
21 print "%%BeginDocument: (Included EPSF)\n";
24 } elsif (/^%MSEPS Trailer/) {
27 print "%%EndDocument\n";
28 } elsif (! /^%%BoundingBox/) {