15 lines
839 B
Markdown
15 lines
839 B
Markdown
# odt2txt
|
|
|
|
odt2txt is a command-line tool which extracts the text out of OpenDocument Texts produced by OpenOffice.org, StarOffice, KOffice and others.
|
|
odt2txt can also extract text from some file formats similar to OpenDocument Text, such as OpenOffice.org XML (*.sxw), which was used by OpenOffice.org version 1.x and older StarOffice versions. To a lesser extend, odt2txt may be useful to extract content from OpenDocument spreadsheets (*.ods) and OpenDocument presentations (*.odp).
|
|
|
|
Features:
|
|
* small
|
|
* supports multiple output encodings
|
|
* adopts to your locale
|
|
* able to substitute common characters which the output charset does not contain with ascii look-a-likes
|
|
* written in C, has few dependencies
|
|
* portable (runs on Linux, *BSD, Mac OS X, Windows, Cygwin, Solaris, HP-UX)
|
|
* licensed under GPL, version 2
|
|
|