Re: AbiWord as Word->Text

From: Dom Lachowicz (doml@appligent.com)
Date: Fri Apr 19 2002 - 09:31:31 EDT

  • Next message: T'aZ: "the default png.h"

    On Fri, 2002-04-19 at 00:28, Peter S wrote:
    > Hmmm. Though wouldn't it be nice to have a batch conversion menu
    > option built in? Especially for win users... Say:
    > Word/rtf to txt
    > Word/rtf to html
    > html to rtf
    > html to txt
    > txt to html
    > Wouldnt that be sweet? I do a heap of rtf document conversions using
    > Logictran RTF Converter which works good, but costs.

    create an abiword.bat or perl script that loops around doing something
    similar to:

    abiword -to whatever_format file.doc

    or...

    for file in @args
    do
     abiword -to $format $file
    done

    Trivial...

    Dom



    -----------------------------------------------
    To unsubscribe from this list, send a message to
    abiword-user-request@abisource.com with the word
    unsubscribe in the message body.



    This archive was generated by hypermail 2.1.4 : Fri Apr 19 2002 - 09:33:54 EDT