Usa abiword
http://www.openclose.it/html/datemi_una_shell.htmlcodice:for i in *.doc; do name=`echo $i | sed -e 's/.doc/.ps/g' abiword --print=$name $i && ps2pdf $name && rm -f $name done
Usa abiword
http://www.openclose.it/html/datemi_una_shell.htmlcodice:for i in *.doc; do name=`echo $i | sed -e 's/.doc/.ps/g' abiword --print=$name $i && ps2pdf $name && rm -f $name done