Convert xml-protected spaces to real spaces
[odt2txt.git] / README.md
blob468bc119e3d86de24cb8fe49ecfd92ad9831eccf
1 # odt2txt
3 A simple converter from OpenDocument Text to plain text
5 odt2txt is a command-line tool which extracts the text out of
6 OpenDocument Texts produced by LibreOffice, OpenOffice, StarOffice,
7 KOffice and others.
9 odt2txt can also extract text from some file formats similar to
10 OpenDocument Text, such as OpenOffice.org XML, which was used
11 by OpenOffice.org version 1.x and older StarOffice versions. To a
12 lesser extent, odt2txt may be useful to extract content from
13 OpenDocument spreadsheets and OpenDocument presentations.
15 odt2txt is…
17   * small
18   * supports multiple output encodings
19   * adopts to your locale
20   * able to substitute common characters which the output charset does not contain with ascii look-a-likes
21   * written in C, has few dependencies
22   * portable (runs on Linux, Mac OS X, Windows, *BSD, Cygwin, Solaris, HP-UX)
23   * licensed under GPL, version 2