3 messages in net.sourceforge.lists.courier-users[courier-users] courierfax excel filter
FromSent OnAttachments
Daniel MüllerSep 14, 2006 5:56 am 
Sam VarshavchikSep 14, 2006 3:18 pm 
Daniel MüllerSep 15, 2006 1:44 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] courierfax excel filterActions...
From:Daniel Müller (muel@tropenklinik.de)
Date:Sep 15, 2006 1:44:01 am
List:net.sourceforge.lists.courier-users

Hello,

for all who want to fax excel documents. Be sure html2ps is installed. Get xlhml from freshmeat.net. Install it touch /usr/lib/courier/share/faxmail/application-vnd-ms-excel.filter.

Now here is my /usr/lib/courier/share/faxmail/application-vnd-ms-excel.filter

#! /bin/sh # $Id: application-excel.filter 15.09.06 dm #

#

. /usr/lib/courier/share/faxmail/init

cat >$OUTDIR/.xls /usr/local/bin/xlhtml -a $OUTDIR/.xls > $OUTDIR/.html rm -f $OUTDIR/.xls /usr/bin/html2ps $OUTDIR/.html > $OUTDIR/.ps rm -f $OUTDIR/.html $GS -sDEVICE=faxg3 $FAXRES -dBATCH -sOutputFile=$OUTDIR/f%04d -dNOPAUSE -q -dSAFER - <$OUTDIR/.ps