.TH PS2TXT CONSULT1 "5 December 1991"
.SH NAME
ps2txt \- extract ASCII text from a PostScript file.
.SH SYNOPSIS
.BR ps2txt
.B [-] filename
.SH DESCRIPTION
.I ps2txt
Extracts strings from PostScript file.  Takes input from filename or
standard input, output goes to standard output.
.SH OPTIONS
.TP
.B \-
causes ps2txt to accept input from standard input.
.PP
.B filename
causes ps2txt to accept input from file
.I filename
.PP
.SH EXAMPLES
ps2txt homer.ps
.TP
ps2txt dweezil.ps > dweezil.txt
.TP
cat file.ps | ps2txt - | more
.TP
ps2txt - < homer.ps
.PP
.SH AUTHORS
Iqbal Qazi (iqbal@sparko.gwu.edu)
