1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/libreoffice.md

21 lines
547 B
Markdown
Raw Normal View History

2020-10-06 11:42:54 -04:00
# libreoffice
> CLI for the powerful and free office suite LibreOffice.
> More information: <https://www.libreoffice.org/>.
- Open one or more files in read-only mode:
2020-10-06 11:42:54 -04:00
`libreoffice --view {{path/to/file1 path/to/file2 ...}}`
2020-10-06 11:42:54 -04:00
- Display the content of one or more files:
2020-10-06 11:42:54 -04:00
`libreoffice --cat {{path/to/file1 path/to/file2 ...}}`
2020-10-06 11:42:54 -04:00
- Print files using a specific printer:
2020-10-06 11:42:54 -04:00
`libreoffice --pt {{printer_name}} {{path/to/file1 path/to/file2 ...}}`
2020-10-06 11:42:54 -04:00
- Convert all `.doc` files in current directory to PDF:
2020-10-06 11:42:54 -04:00
`libreoffice --convert-to {{pdf}} {{*.doc}}`