libreoffice


HOME

libreoffice

Name
SYNOPSIS
DESCRIPTION
OPTIONS
TROUBLESHOOTING PROBLEMS
SEE ALSO
AUTHOR

Name

libreoffice − LibreOffice office suite

SYNOPSIS

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

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.

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

OPTIONS

−−accept=accept−string

Specify a UNO connect-string to create a UNO acceptor through which other programs can connect to access the API.

−−base

Starts the wizard for a new Base document.

−−calc

Starts with a new Calc document.

−−convert−to output_file_extension[:output_filter_name] [−−outdir
output_dir] file...

Batch converts files. If −−outdir is not specified then the current working directory is used as the output directory for the converted files.

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.

−−display display

This option specifies the X server to use; see X(7)

−−draw

Starts with a new Draw document.

−−global

Starts with a new Global document.

−−headless

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.

−−help|−h|−?

Lists LibreOffice command line parameters.

−−impress

Starts with a new Impress document.

−−invisible

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.

−−infilter="<filter>"

Force an input filter type if possible. For example −−infilter="Calc Office Open XML" only

−−math

Starts with a new Math document.

−−minimized

Keeps the splash screen minimized.

−n template...

Creates the a new document from the given templates.

−−nodefault

Starts LO without creating a new document. The next time you start LO, the welcome screen is shown.

It’s used together with −−nologo by quick starters. Note that −−quickstart has no longer been supported since OpenOffice.org 2.0.0.

−−nolockcheck

Disables the check for remote instances using the installation.

−−nologo

Disables the splash screen at program start.

−−norestore

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 −−norestore is the only way to start LO.

−−nosplash

Disables the splash screen at program start.

−o file...

Opens the given files for editing, even templates.

Without −o a template file would create a new document derived from that template.

−p file...

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.

−−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.

−−pt printername file...

Prints the given files to the printer printername and ends. The splash screen does not appear.

If a file name contains spaces, then it must be enclosed in quotation marks.

−−quickstart −−quickstart=no

Starts LO with it’s quick starter. −−quickstart disable the quick starter.

Does not work with −−invisible or −−headless.

−−show Impress file...

Opens the given Impress files, starts the presentation and quits after they have finished.

−−unaccept=accept−string

Closes an acceptor that was created with −−accept option.

Use −−unaccept=all to close all open acceptors.

−−terminate_after_init

Starts LO and terminates after it registers some UNO services. Doesn’t show the splash during startup.

−−view file...

Opens the given files read-only creating a temporary copy of them at $TMPDIR.

−−web

Starts with a new HTML document.

−−writer

Starts with a new Writer document.

TROUBLESHOOTING PROBLEMS

See http://wiki.documentfoundation.org/BugReport for more details on how to report bugs in LibreOffice.

SEE ALSO

http://www.documentfoundation.org/

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>.




More Linux Commands

manpages/tgetflag_sp.3ncurses.html
tgetflag_sp(3ncurses) - curses screen-pointer extension.....
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th

manpages/Tcl_DictObjNext.3.html
Tcl_DictObjNext(3) - manipulate Tcl objects as dictionaries
Tcl dictionary objects have an internal representation that supports efficient mapping from keys to values and which guarantees that the particular ordering of

manpages/Tk_GetJustify.3.html
Tk_GetJustify(3) - translate between strings and justificati
Tk_GetJustifyFromObj places in *justifyPtr the justify value corresponding to objPtrs value. This value will be one of the following: TK_JUSTIFY_LEFT Means that

manpages/git-annotate.1.html
git-annotate(1) - Annotate file lines with commit informatio
Annotates each line in the given file with information from the commit which introduced the line. Optionally annotates from a given revision. The only differenc

manpages/XtSuperclass.3.html
XtSuperclass(3) - obtain and verify a widget's class........
The XtClass function returns a pointer to the widgets class structure. The XtSuperclass function returns a pointer to the widgets superclass class structure. Th

manpages/znew.1.html
znew(1) - recompress .Z files to .gz files - Linux man page
Znew recompresses files from .Z (compress) format to .gz (gzip) format. If you want to recompress a file already in gzip format, rename the file to force a .Z e

manpages/wcstoumax.3.html
wcstoumax(3) - convert wide-character string to integer.....
These functions are just like wcstol(3) and wcstoul(3), except that they return a value of type intmax_t and uintmax_t, respectively. ATTRIBUTES Multithreading

manpages/tolower_l.3.html
tolower_l(3) convert uppercase or lowercase - Linux man page
These functions convert lowercase letters to uppercase, and vice versa. If c is a lowercase letter, toupper() returns its uppercase equivalent, if an uppercase

manpages/gnutls_x509_privkey_sec_param.3.html
gnutls_x509_privkey_sec_param(3) - API function (Man Page)
gnutls_x509_privkey_sec_param.3 - This function will return the security parameter appropriate with this private key. RETURNS On success, a valid security param

manpages/gnutls_psk_allocate_client_credentials.3.html
gnutls_psk_allocate_client_credentials(3) - API function....
gnutls_psk_allocate_client_credentials.3 - This structure is complex enough to manipulate directly thus this helper function is provided in order to allocate it

manpages/glTexSubImage3D.3gl.html
glTexSubImage3D(3gl) - specify a three-dimensional texture s
glTexSubImage3D.3gl - Texturing maps a portion of a specified texture image onto each graphical primitive for which texturing is enabled. To enable and disable

manpages/Bundle::Apache2.3pm.html
Bundle::Apache2(3pm) - Install Apache mod_perl2 and related
This bundle contains modules used by Apache mod_perl2. Asking CPAN .pm to install a bundle means to install the bundle itself along with all the modules contain





We can't live, work or learn in freedom unless the software we use is free.