Hello
I want to convert all the .odt .doc. .xls .pdf files to .txt files I want to convert these files to text files using shell script or perl script
|
|
Hello I want to convert all the .odt .doc. .xls .pdf files to .txt files I want to convert these files to text files using shell script or perl script |
||
|
|
|
|
For the Microsoft formats, look into the wvWare tools. |
||
|
|
|
|
For word documents, you can try |
||
|
|
|
|
It's certainly possible to do this, though there is something strange and impenetrable about the OO project and its documentation that makes things like this hard to research and follow. However, OO has the capability to convert all of those types, not just the OO native ones, and it can do it via two different forms of automatic control. These are the two general approaches.
You will need some sort of client library. I think they have one for Python at least. Using this technology a Python program or some other scripting language with an OO client library could drive the program and convert all the files. Since OO reads MSO, it should be able to do all of them. |
||||
|
|
|
OpenOffice has a built-in document converter capable of handling a bunch of formats- take a look at unoconv: http://dag.wieers.com/home-made/unoconv/ That being said, I have had some troubles getting that to work in the past- If you're having trouble, take a look at similar programs for AbiWord (another open source word processor). |
||
|
|