I have a directory full of OpenOffice.org odt files that I'd like to batch-convert to doc files. Is there an easy way to do this?
(bonus points if your answer uses OpenOffice and a Linux command-line)
|
I have a directory full of OpenOffice.org (bonus points if your answer uses OpenOffice and a Linux command-line)
| ||||
|
feedback
|
|
You can use BatchConv
| |||
|
feedback
|
|
UnoConv can batch convert using the OpenOffice libraries from the commandline. I've never used it. You can also use AbiWord from the command line like this:
I've done that successfully many times. | |||
|
feedback
|
|
Word 2010 (and possibly previous versions as well) can natively open OpenOffice (odt) files, right? If so, and you want a Windows method, simply run a command prompt, cd to the directory where the files exist, and execute the following command: ren *.odt *.doc No conversion neccessarry, just a rename of the file extensions. | ||||
feedback
|
|
Take a look at this link: mso2ooo - Batch Convert Microsoft Office Documents to OpenOffice Documents and vice versa
| ||||
|
feedback
|