LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

soffice

LibreOffice suite launcher and converter

TLDR

Open LibreOffice
$ soffice
copy
Open document
$ soffice [document.odt]
copy
Convert to PDF
$ soffice --convert-to pdf [document.docx]
copy
Headless conversion
$ soffice --headless --convert-to pdf [document.docx]
copy
Start Writer
$ soffice --writer
copy
Start Calc
$ soffice --calc
copy
Start in safe mode
$ soffice --safe-mode
copy

SYNOPSIS

soffice [--headless] [--convert-to format] [options] [files]

DESCRIPTION

soffice is the main launcher for LibreOffice, the open-source office productivity suite. It can open documents in Writer (word processing), Calc (spreadsheets), Impress (presentations), Draw (vector graphics), and other components based on the file type or explicit module selection.The --headless flag runs LibreOffice without a graphical interface, enabling server-side document processing and scripting. Combined with --convert-to, it provides powerful batch document conversion between formats including PDF, DOCX, XLSX, HTML, and many others.Headless mode is commonly used in automated pipelines to convert documents, generate PDFs from templates, or perform mail merges without user interaction. Multiple files can be processed in a single invocation, and the output directory can be specified with --outdir.

PARAMETERS

--headless

No GUI.
--convert-to FMT
Convert format.
--writer
Start Writer.
--calc
Start Calc.
--impress
Start Impress.
--safe-mode
Safe mode start.
--outdir DIR
Output directory.

INSTALL

sudo apk add libreoffice-common
copy

CAVEATS

Heavy application. Conversion may be slow. Format fidelity varies.

HISTORY

soffice is the main launcher for LibreOffice, the free office suite forked from OpenOffice.org.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid