help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: xls2txt xls2pdf


From: Kevin Rodgers
Subject: Re: xls2txt xls2pdf
Date: Wed, 30 Jul 2003 12:02:17 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Don Saklad wrote:

Would there be a email type of converter for xls2txt
or xls2pdf ?...

Assuming that xls2txt is a program that converts a .xls (application/
vnd.ms-excel) file to a .txt (text/plain) file and that xls2pdf converts
.xls to .pdf (application/pdf), and that they read from standard input
and write to standard output, then VM out to be able to use them like
this:

(setq vm-mime-type-converter-alist
      (nconc '(("application/vnd.ms-excel" "text/plain" "xls2txt")
               ("application/vnd.ms-excel" "application/pdf" "xls2pdf"))
             vm-mime-type-converter-alist))

--
Kevin Rodgers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]