mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-30 01:33:37 +02:00
soffice: add Dutch translation (#17796)
This commit is contained in:
parent
4f363270e7
commit
a53f286683
1 changed files with 20 additions and 0 deletions
20
pages.nl/common/soffice.md
Normal file
20
pages.nl/common/soffice.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# soffice
|
||||
|
||||
> CLI voor de krachtige en gratis LibreOffice-suite.
|
||||
> Meer informatie: <https://help.libreoffice.org/latest/en-US/text/shared/guide/pdf_params.html>.
|
||||
|
||||
- Open één of meer bestanden in leesmodus:
|
||||
|
||||
`soffice --view {{pad/naar/bestand1 pad/naar/bestand2 ...}}`
|
||||
|
||||
- Toon de inhoud van één of meer bestanden:
|
||||
|
||||
`soffice --cat {{pad/naar/bestand1 pad/naar/bestand2 ...}}`
|
||||
|
||||
- Print bestanden met een specifieke printer:
|
||||
|
||||
`soffice --pt {{printer_naam}} {{pad/naar/bestand1 pad/naar/bestand2 ...}}`
|
||||
|
||||
- Converteer alle `.doc` bestanden in de huidige map naar PDF:
|
||||
|
||||
`soffice --convert-to pdf *.doc`
|
Loading…
Add table
Reference in a new issue