The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

text2ooo - Text to OpenDocument conversion

SYNOPSIS

cat sourcefile.txt | text2oo targetfile.sxw

DESCRIPTION

This filter creates an OpenDocument (ODF) or OpenOffice.org (SXW) file (according to the default installation configuration) 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 OOo file, just remove the create => 'text' option in the script.