Hi Jim,

> When used:
> ShowPDF()
> {
> pdf2ps "$1" | ps2ascii
> }
> in mutt.octet.filter file, i get the error:
> Usage: pdf2ps [-dPSBinaryOK] [-dPSLevel] [-dPSNoProSet] inputpdf output.ps

If the prohgram needs an outputfile but you want to filte the output,
then use "-" as outputfile, it means "stdout".

ShowPDF()
{
  pdf2ps "$1" - | ps2ascii
}

Untested in this case, but should work...

> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
I _don't_ want it! ;-)

Ciao for now, Dirk
-- 
Dirk Ruediger, Rostock, Germany
 
Ninety percent of the time things turn out worse than you thought they would.
The other ten percent of the time you had no right to expect that much.
                                         Augustine

Reply via email to