From a53f286683320446122ecf4c64e64f11bcc59321 Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Mon, 25 Aug 2025 13:05:13 +0000 Subject: [PATCH] soffice: add Dutch translation (#17796) --- pages.nl/common/soffice.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages.nl/common/soffice.md diff --git a/pages.nl/common/soffice.md b/pages.nl/common/soffice.md new file mode 100644 index 0000000000..b6bc230f8f --- /dev/null +++ b/pages.nl/common/soffice.md @@ -0,0 +1,20 @@ +# soffice + +> CLI voor de krachtige en gratis LibreOffice-suite. +> Meer informatie: . + +- 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`