fixntps -- fix NT Postscript driver output
fixntps [file.ps]
fixntps is a perl script which fixes the postscript code
generated by NT Postscript drivers so that page selection,
viewers, and other utilities will like it, and presents
the result on the standard output. If no file name is
given, the standard input is read.
So for example:
fixntps file.ps > newfile.ps
ghostview newfile.ps
will allow you to view the "fixed" file newfile.ps
Marc Mengel