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