Textantrieb | UText/1 | UText/1.2 Manual
odt add-in
This add-in supports reading UTL from a word processor document in OpenDocument format, created for example by Libre-Office Writer. After the module is loaded, these word processor files can be parsed by the UText interpreter with the function $ut->getfile('odt',<file>) and the output tag [read.odt <file>].
Script example:
load odt
read.odt my-article.odt
Note that the file contents has to be UTL.
See [read] for more information.
Installation
This add-in uses the Perl module OpenOffice::OODoc by Jean-Marie Gouarné that can be downloaded from CPAN. For installation instructions, check your distribution. Install from CPAN:
perl -MCPAN -e shell
install OpenOffice::OODoc