OpenOffice.org 3.2.1

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X OpenSource RSS OpenOffice.org 3.2.1
# 1  
Old 06-09-2010
CPU & Memory OpenOffice.org 3.2.1

ImageAbout OpenOffice.org
Writer is OpenOffice.org’s word processor: use it for anything from writing a quick letter to producing an entire book with embedded illustrations, cross-references, tables of contents, indexes, bibliographies, etc. Auto-complete, auto-format, and realtime spelling check make light work of the hardest task. Writer is powerful enough to tackle desktop publishing tasks such as creating multi-column newsletters and brochures — the only limit is your imagination.

Use Calc to bring your numbers under control. This powerful spreadsheet has all the tools you need to calculate, analyse, summarise, and present your data in numerical reports or sizzling graphics. A fully-integrated help system makes entering complex formulas a breeze. Sophisticated decision-making tools are just a few mouse clicks away. Pull in external data using the Data Pilot, and sort it, filter it, and produce subtotals and statistical analyses. Use previews to select from thirteen categories of 2D and 3D charts including line, area, column, pie, XY, stock, and net with dozens of variants. Many more features.

More from Apple...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Programming

Building OpenOffice.Org

I downloaded the CVS and followed the instructions at Wiki. I typed ./autogen.sh and got: sh: autom4te: command not found aclocal: autom4te failed with exit status: 127 What's wrong? (1 Reply)
Discussion started by: whutes
1 Replies
Login or Register to Ask a Question
ODT2TXT(1)							   User Commands							ODT2TXT(1)

NAME
odt2txt - a simple converter from OpenDocument Text to plain text SYNOPSIS
odt2txt [OPTIONS] FILENAME DESCRIPTION
odt2txt is a command-line tool which extracts the text out of OpenDocument Texts, as produced by OpenOffice.org, KOffice, StarOffice and others. odt2txt can also extract text from some file formats similar to OpenDocument Text, such as OpenOffice.org XML (*.sxw), which was used by OpenOffice.org version 1.x and older StarOffice versions. To a lesser extend, odt2txt may be useful to extract content from OpenDocument spreadsheets (*.ods) and OpenDocument presentations (*.odp). The FILENAME argument is mandatory. OPTIONS
--width=WIDTH Wrap text lines after WIDTH characters. The default value is 65, which means that any words which would extend beyond column 65 are moved to a new line. If WIDTH is set to -1 then no lines will be broken --output=FILE Write output to FILE and not to standard output. --subst=SUBST Select which non-ascii characters shall be replaced by ascii look-a-likes. Valid values for SUBST are all, some and none. --subst=all Substitute all characters for which substitutions are known --subst=some Substitute all characters which the output charset does not contain This is the default --subst=none Substitute no characters --encoding=X Do not try to autodetect the terminal encoding, but convert the document to encoding X unconditionally To find out, which terminal encoding will be used in automatic mode, use --encoding=show --raw Print raw XML --version Show version and copyright information COPYRIGHT
Copyright (C) 2006,2007 Dennis Stosberg <dennis@stosberg.net> Uses parts of the kunzip library, Copyright 2005,2006 by Michael Kohn This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation SEE ALSO
Homepage http://stosberg.net/odt2txt/ odt2txt 0.4 2008-06-23 ODT2TXT(1)