1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246
|
.TH libreoffice "1" "2010-12-18" "LibreOffice" "User Commands"
.SH Name
libreoffice \- LibreOffice office suite
.SH SYNOPSIS
.B libreoffice
[\fB\-\-accept\=\fIaccept\-string\fR] [\fB\-\-base\fR] [\fB\-\-calc\fR]
[\fB\-\-convert\-to\fR output_file_extension[:output_filter_name] [\-\-outdir output_dir] \fIfile\fR]...
[\fB\-\-display \fIdisplay\fR] [\fB\-\-draw\fR] [\fB\-\-global\fR] [\fB\-\-headless\fR]
[\fB\-\-help\fR|\fB\-h\fR|\fB\-?\fR] [\fB\-\-impress\fR] [\fB\-\-invisible\fR] [\fB\-\-infilter="<filter>"\fR]
[\fB\-\-math\fR] [\fB\-\-minimized\fR] [\fB\-n \fIfile\fR]... [\fB\-\-nodefault\fR]
[\fB\-\-nolockcheck\fR] [\fB\-\-nologo\fR] [\fB\-\-norestore\fR]
[\fB\-o \fIfile\fR]... [\fB\-p \fIfile\fR...]
[\fB\-\-print\-to\-file [\-\-printer\-name printer_name] [\-\-outdir output_dir] file]...
[\fB\-\-pt \fIprintername\fR \fIfile\fR...]
[\fB\-\-show \fIImpress file\fR]... [\fB\-\-unaccept=\fIaccept\-string\fR]
[\fB\-\-terminate_after_init\fR] [\fB\-\-view \fIfile\fR]... [\fB\-\-web\fR]
[\fB\-\-writer\fR] [\fIfile\fR...]
.br
.B lobase
.br
.B localc
.br
.B lodraw
.br
.B lofromtemplate
.br
.B loimpress
.br
.B lomath
.br
.B loweb
.br
.B lowriter
.br
.SH DESCRIPTION
LibreOffice (LO for short) is a multi-platform office productivity suite.
It was derived from OpenOffice.org 3.3 Beta on September 28, 2010.
\fBlibreoffice\fR is a shell script that sets up the environment and
passes the command line arguments to the \fBsoffice.bin\fR binary.
Alternatively, the following helper scripts start the respective module:
sbase, scalc, sdraw, simpress, smath, sofficerc, spadmin, swriter
.SH OPTIONS
.TP
\fB\-\-accept=\fIaccept\-string\fR
Specify a UNO connect-string to create a UNO acceptor through which other
programs can connect to access the API.
.TP
\fB\-\-base\fR
Starts the wizard for a new Base document.
.TP
\fB\-\-calc\fR
Starts with a new Calc document.
.TP
\fB\-\-convert\-to\fR output_file_extension[:output_filter_name] [\-\-outdir output_dir] \fIfile\fR...
Batch converts files.
If \fI\-\-outdir\fR is not specified then the current working directory is used as the output directory
for the converted files.
Examples:
\fB\-\-convert\-to\fR pdf *.doc
Converts all .doc files to PDFs.
\fB\-\-convert\-to\fR pdf:writer_pdf_Export \-\-outdir /home/user *.doc
Converts all .doc files to PDFs using the settings in the Writer PDF export dialog and saving them
in /home/user.
.TP
\fB\-\-display \fIdisplay\fR
This option specifies the X server to use; see \fBX\fR(7)
.TP
\fB\-\-draw\fR
Starts with a new Draw document.
.TP
\fB\-\-global\fR
Starts with a new Global document.
.TP
\fB\-\-headless\fR
Starts in "headless mode", which allows using the application without user a
interface.
This special mode can be used when the application is controlled by external
clients via the API.
It implies \-\-invisible and strictly ignores any GUI environment.
\-\-quickstart does not work with this parameter.
.TP
\fB\-\-help\fR|\fB\-h\fR|\fB\-?\fR
Lists LibreOffice command line parameters.
.TP
\fB\-\-impress\fR
Starts with a new Impress document.
.TP
\fB\-\-invisible\fR
Starts in invisible mode.
Neither the start\-up logo nor the initial program window will be visible.
LO can be controlled and documents and dialogs can be opened via the API.
When started with this parameter, it can only be quit using the taskmanager (Windows)
or the kill command (UNIX based systems).
\-\-quickstart does not work with this parameter.
.TP
\fB\-\-infilter="<filter>"\fR
Force an input filter type if possible.
For example -infilter="Calc Office Open XML" only
.TP
\fB\-\-math\fR
Starts with a new Math document.
.TP
\fB\-\-minimized\fR
Keeps the splash screen minimized.
.TP
\fB\-n \fItemplate\fR...
Creates the a new document from the given templates.
.TP
\fB\-\-nodefault\fR
Starts LO without creating a new document.
The next time you start LO, the welcome screen is shown.
It's used together with \fB\-\-nologo\fR by quick starters. Note that \fB\-\-quickstart\fR
has no longer been supported since OpenOffice.org 2.0.0.
.TP
\fB\-\-nolockcheck\fR
Disables the check for remote instances using the installation.
.TP
\fB\-\-nologo\fR
Disables the splash screen at program start.
.TP
\fB\-\-norestore\fR
Disables restart and file recovery after a system crash. It is possible that LO
will try to restore a file it keeps crashing on, if that happens \fB\-\-norestore\fR
is the only way to start LO.
.TP
\fB\-\-nosplash\fR
Disables the splash screen at program start.
.TP
\fB\-o \fIfile\fR...
Opens the given files for editing, even templates.
Without \fb\-o\fR a template file would create a new document derived from that template.
.TP
\fB\-p \fIfile\fR...
Prints the given files to the default printer and ends. The splash screen
does not appear.
If the file name contains spaces, then it must be enclosed in quotation marks.
.TP
\fB\-\-print\-to\-file [\-\-printer\-name printer_name] [\-\-outdir output_dir] file...
Batch print files to file.
If \-\-printer\-name is not specified the default printer is used.
If \-\-outdir is not specified then the current working directory is used as the output directory
for the converted files.
Examples:
\-\-print\-to\-file *.doc
Prints all .doc files to the current working directory using the default printer.
\-\-print\-to\-file \-\-printer\-name nasty_lowres_printer \-\-outdir /home/user *.doc
Prints all .doc files to /home/user directory using the nasty_lowres_printer.
.TP
\fB\-\-pt \fIprintername\fR \fIfile\fR...
Prints the given files to the printer \fIprintername\fR and ends. The splash
screen does not appear.
If a file name contains spaces, then it must be enclosed in quotation marks.
.TP
\fB\-\-quickstart \fB\-\-quickstart=no
Starts LO with it's quick starter.
\fB\-\-quickstart disable the quick starter.
Does not work with \-\-invisible or \-\-headless.
.TP
\fB\-\-show \fIImpress file\fR...
Opens the given Impress files, starts the presentation and quits after they have finished.
.TP
\fB\-\-unaccept=\fIaccept\-string\fR
Closes an acceptor that was created with \fB\-\-accept\fR option.
Use \fB\-\-unaccept\fR=\fIall\fR to close all open acceptors.
.TP
\fB\-\-terminate_after_init\fR
Starts LO and terminates after it registers some UNO services.
Doesn't show the splash during startup.
.TP
\fB\-\-view \fIfile\fR...
Opens the given files read-only creating a temporary copy of them at $TMPDIR.
.TP
\fB\-\-web\fR
Starts with a new HTML document.
.TP
\fB\-\-writer\fR
Starts with a new Writer document.
.SH TROUBLESHOOTING PROBLEMS
See \fBhttp://wiki.documentfoundation.org/BugReport\fR for more details on how to report
bugs in LibreOffice.
.SH SEE ALSO
.BR http://www.documentfoundation.org/
.SH AUTHOR
This manual page was created by Rene Engelhard <rene@debian.org> for
the Debian GNU/Linux Distribution, because the original package does not have
one. It was updated for Novell by Petr Mladek <petr.mladek@novell.com> and
adapted for LibreOffice by Philipp Weissenbacher <philipp.weissenbacher@gmail.com>.
|