From: cloister@milton.u.washington.edu (cloister bell)
Subject: ps2txt version 2.1
Summary: postscript to ascii converter.
Organization: University of Washington
Date: Sun, 23 Feb 1992 01:47:15 GMT
Due to popular request, here is my new version of this utility. This version supports regular postscript files via Iqbal Qazi's original algorithm, and files generated by dvitps via my algorithm and the -dvi option. If you're not sure whether or not to use -dvi, try it both ways; the difference is marked.
ps2txt [-dvi] [-] [input_file.ps]
ps2txt extracts strings from a PostScript file. This version has been modified to correctly deal with the oddities of PostScript files generated by dvi-to-PostScript converters, so if you keep this and the original program around, you might want to rename one of them.
1.2 By popular demand: put spaces between strings.
2.0 Fixed most problems of extraneous spaces and newlines between strings. added support for the ligatures ff, fi, fl, ffi, & ffl. re-designed the control structures, and otherwise cleaned up the code.
2.1 Put Qazi's original algorithm back in, and added -dvi flag to use my more specific algorithm. Also by popular demand. Re-wrote the command line parsing yet again.
Comments/suggestions to cloister@u.washington.edu