forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libreoffice: add page (tldr-pages#4489)
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# libreoffice | ||
|
||
> CLI for the powerful and free office suite LibreOffice. | ||
> More information: <https://www.libreoffice.org/>. | ||
- Open a space-separated list of files in read-only mode: | ||
|
||
`libreoffice --view {{path/to/file1}} {{path/to/file2}}` | ||
|
||
- Display the content of specific files: | ||
|
||
`libreoffice --cat {{path/to/file1}} {{path/to/file2}}` | ||
|
||
- Print files to a specific printer: | ||
|
||
`libreoffice --pt {{printer_name}} {{path/to/file1}} {{path/to/file2}}` | ||
|
||
- Convert all .doc files in current directory to pdf: | ||
|
||
`libreoffice --convert-to {{pdf}} {{*.doc}}` |