Differences between current version and previous revision of Odt2txt.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 5 | Last edited on Friday, April 13, 2007 8:56:28 pm | by AristotlePagaltzis | |
Older page: | version 4 | Last edited on Friday, April 13, 2007 8:54:37 pm | by AristotlePagaltzis | Revert |
@@ -1,5 +1 @@
-[odt2txt | http://www.freewisdom.org/projects/python-markdown/odt2txt.php
] is a utility for converting [OpenOffice.org] word processor documents to plaintext files. To convert a large number of documents, use the following command:
-
-<verbatim>
-find -name '*.odt' -print0 | xargs -r0 bash -c 'for odt in "$@"; do odt2txt.py "$odt" > "${odt%.odt}
.txt"; done' --
-</verbatim>
+Describe
[Odt2txt
] here
.