1
0
Fork 0
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:
Dylan 2025-08-25 13:05:13 +00:00 committed by GitHub
parent 4f363270e7
commit a53f286683
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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`