all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: xls2txt  xls2pdf
Date: Wed, 30 Jul 2003 12:02:17 -0600	[thread overview]
Message-ID: <3F280829.308@yahoo.com> (raw)
In-Reply-To: y44u194sh1y.fsf@nestle.ai.mit.edu

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	other threads:[~2003-07-30 18:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-30  5:46 xls2txt xls2pdf Don Saklad
2003-07-30 18:02 ` Kevin Rodgers [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F280829.308@yahoo.com \
    --to=ihs_4664@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.