LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

lowriter

word processor component of LibreOffice

TLDR

Start Writer
$ lowriter
copy
Open document
$ lowriter [document.odt]
copy
Convert to PDF
$ lowriter --convert-to pdf [document.odt]
copy
Convert to DOCX
$ lowriter --convert-to docx [document.odt]
copy
Batch convert multiple files
$ lowriter --convert-to pdf --outdir [output/] [*.odt]
copy
Print document
$ lowriter -p [document.odt]
copy

SYNOPSIS

lowriter [options] [files...]

DESCRIPTION

lowriter is the word processor component of LibreOffice. It provides full-featured document editing, formatting, and publishing capabilities compatible with Microsoft Word formats.The command line interface enables batch conversions and scripting.

PARAMETERS

--convert-to format

Convert to specified format.
--outdir dir
Output directory for conversions.
-p
Print document.
--pt printer
Print to specific printer.
--headless
Run without GUI.
--view
Open in read-only mode.

SUPPORTED FORMATS

$ Input:  ODT, DOC, DOCX, RTF, TXT, HTML
Output: PDF, ODT, DOCX, RTF, TXT, HTML
copy

INSTALL

sudo apt install libreoffice-writer
copy
sudo dnf install libreoffice-writer
copy
sudo apk add libreoffice-writer
copy
sudo zypper install libreoffice-writer
copy

CAVEATS

GUI requires display (use --headless for servers). Conversion quality depends on format complexity. Large documents may need increased memory.

HISTORY

LibreOffice Writer evolved from OpenOffice.org Writer, which originated from StarWriter by Star Division (acquired by Sun Microsystems in 1999). LibreOffice forked in 2010.

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