From 25879199d720181723f0df016d3bfe80941cb493 Mon Sep 17 00:00:00 2001 From: lhark Date: Fri, 9 Apr 2021 12:04:33 +0200 Subject: [PATCH] Add docx to text methods --- how_to | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/how_to b/how_to index 56a2229..9857446 100644 --- a/how_to +++ b/how_to @@ -1130,3 +1130,9 @@ Bluetooth: Extract debian .deb package: ar x .deb tar xf data.tar.xz + +Convert docx to text format in CLI: + # Better fidelity wrt. the document layout + docx2txt .docx + # Can output markdown + pandoc .docx -o .md