text2odf

module for working with Open Document Format files

Install

All systems
curl cmd.cat/text2odf.sh
Debian Debian
apt-get install libopenoffice-oodoc-perl
Ubuntu
apt-get install libopenoffice-oodoc-perl
image/svg+xml Kali Linux
apt-get install libopenoffice-oodoc-perl
Windows (WSL2)
sudo apt-get update sudo apt-get install libopenoffice-oodoc-perl
Raspbian
apt-get install libopenoffice-oodoc-perl

libopenoffice-oodoc-perl

module for working with Open Document Format files

OpenOffice::OODoc is a Perl module for reading from/writing to files that comply with the OASIS Open Document Format for Office Applications (ODF), also known as the ISO/IEC 26300:2006 standard. It provides a high-level, document-oriented language, and isolates the programmer from the details of the file format. This module can process different document classes (texts, spreadsheets, presentations, and drawings). It can retrieve or update styles and images, document metadata, as well as text content.