all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* xls2txt  xls2pdf
@ 2003-07-30  5:46 Don Saklad
  2003-07-30 18:02 ` Kevin Rodgers
  0 siblings, 1 reply; 2+ messages in thread
From: Don Saklad @ 2003-07-30  5:46 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: xls2txt  xls2pdf
  2003-07-30  5:46 xls2txt xls2pdf Don Saklad
@ 2003-07-30 18:02 ` Kevin Rodgers
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2003-07-30 18:02 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-07-30 18:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-30  5:46 xls2txt xls2pdf Don Saklad
2003-07-30 18:02 ` Kevin Rodgers

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.