libreoffice(1) | User Commands | libreoffice(1) |
libreoffice - LibreOffice office suite
libreoffice [--accept=accept-string]
[--base] [--calc] [--convert-to
output_file_extension[:output_filter_name] [--outdir output_dir]
file]... [--display display] [--draw]
[--global] [--headless] [--help|-h|-?]
[--impress] [--invisible]
[--infilter="<filter>"] [--math]
[--minimized] [-n file]... [--nodefault]
[--nolockcheck] [--nologo] [--norestore] [-o
file]... [-p file...] [--print-to-file
[--printer-name printer_name] [--outdir output_dir] file]...
[--pt printername file...] [--show
Impress file]... [--unaccept=accept-string]
[--terminate_after_init] [--view file]...
[--web] [--writer] [file...]
lobase
localc
lodraw
lofromtemplate
loimpress
lomath
loweb
lowriter
LibreOffice (LO for short) is a multi-platform office productivity suite. It was derived from OpenOffice.org 3.3 Beta on September 28, 2010.
libreoffice is a shell script that sets up the environment and passes the command line arguments to the soffice.bin binary.
Alternatively, the following helper scripts start the respective module:
sbase, scalc, sdraw, simpress, smath, sofficerc, swriter
Examples:
--convert-to pdf *.doc
Converts all .doc files to PDFs.
--convert-to 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.
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.
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.
It's used together with --nologo by quick starters. Note that --quickstart has no longer been supported since OpenOffice.org 2.0.0.
Without -o a template file would create a new document derived from that template.
If the file name contains spaces, then it must be enclosed in quotation marks.
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.
If a file name contains spaces, then it must be enclosed in quotation marks.
Does not work with --invisible or --headless.
Use --unaccept=all to close all open acceptors.
See http://wiki.documentfoundation.org/BugReport for more details on how to report bugs in LibreOffice.
http://www.documentfoundation.org/
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>.
2010-12-18 | LibreOffice |