mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
soffice: add Dutch translation (#17796)
This commit is contained in:
@@ -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`
|
||||
Reference in New Issue
Block a user