wok-current annotate odt2txt/description.txt @ rev 22801
Up xsane (0.999)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 27 16:39:27 2020 +0100 (2020-01-27) |
parents | d78262312181 |
children |
rev | line source |
---|---|
al@18116 | 1 odt2txt is a command-line tool which extracts the text out of OpenDocument Texts |
al@18116 | 2 produced by OpenOffice.org, StarOffice, KOffice and others. |
milka@1160 | 3 |
al@18116 | 4 odt2txt can also extract text from some file formats similar to OpenDocument |
al@18116 | 5 Text, such as OpenOffice.org XML (*.sxw), which was used by OpenOffice.org |
al@18116 | 6 version 1.x and older StarOffice versions. To a lesser extent, odt2txt may be |
al@18116 | 7 useful to extract content from OpenDocument spreadsheets (*.ods) and |
al@18116 | 8 OpenDocument presentations (*.odp). |
milka@1160 | 9 |
milka@1160 | 10 odt2txt is ... |
milka@1160 | 11 |
al@18116 | 12 * small |
al@18116 | 13 * supports multiple output encodings |
al@18116 | 14 * adopts to your locale |
al@18116 | 15 * able to substitute common characters which the output charset does not |
al@18116 | 16 contain with ascii look-a-likes |
al@18116 | 17 * written in C, has few dependencies |
al@18116 | 18 * portable (runs on Linux, *BSD, Solaris, HP-UX, Windows, Cygwin) |
al@18116 | 19 * licensed under GPL, version 2 |