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