Date: Tue, 2 Feb 2010 20:32:55 -0500 From: Mike Jeays <mike.jeays@rogers.com> To: freebsd-questions@freebsd.org Subject: Re: wps to odt? Message-ID: <201002022032.55604.mike.jeays@rogers.com> In-Reply-To: <20100203003541.GA25316@thought.org> References: <20100202204438.GA24631@thought.org> <20100202222050.GA17868@ozzmosis.com> <20100203003541.GA25316@thought.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On February 2, 2010 07:35:42 pm Gary Kline wrote: > On Wed, Feb 03, 2010 at 09:20:50AM +1100, andrew clarke wrote: > > On Tue 2010-02-02 12:44:41 UTC-0800, Gary Kline (kline@thought.org) wrote: > > > is there such a converter that sends m$ Works [.wps] to odt? > > > > AbiWord. > > > > And a quick-and-dirty shell script to convert all .wps (Microsoft > > Works) word processor files in the current directory to .odt > > (OpenDocument Text): > > > > #!/bin/sh > > > > for fn in *.wps; do > > abiword --to=odt $fn > > done > > outstanding! but if abiword can grow wps [thru hook or crook], i might as > well use abiword.... [?] > > gary > > ps: it's nice when there are so many "standards"..... :-| > pps: i did try abiword, first, just > > % abiword file.wps > > it came up with garbage. FWIW... . > > > Regards > > Andrew > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" Abiword can also read '.docx' files.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002022032.55604.mike.jeays>