DOKK / manpages / debian 12 / libopenoffice-oodoc-perl / text2odf.1p.en
TEXT2ODF(1p) User Contributed Perl Documentation TEXT2ODF(1p)

text2odf - Text to OpenDocument conversion

cat sourcefile.txt | text2odf targetfile.odt

This filter creates an OpenDocument (ODF) file and fills it with the text coming through the standard entry. The target file is created, and any existing file with the same name is replaced. To avoid this behaviour and append the text to an existing ODF file, just remove the create => 'text' option in the script.

2022-06-16 perl v5.34.0