o3read - Man Page
convert files in OpenOffice.org format.
Synopsis
o3read < infile > outfile
o3tohtml < infile > outfile
o3totxt < infile > outfile
Description
o3read is a collection of tools to convert files in OpenOffice.org format into other formats such as html or plain text.
Example
unzip -p file.sxw content.xml | o3tohtml | utf8tolatin1 > file.html
See Also
utf8tolatin1
Author
Copyright (C) 2002-2005 Ulric Eriksson
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Referenced By
The man pages o3tohtml(1) and o3totxt(1) are aliases of o3read(1).