Add docx to text methods

This commit is contained in:
lhark 2021-04-09 12:04:33 +02:00
parent 66114985a0
commit 25879199d7

6
how_to
View file

@ -1130,3 +1130,9 @@ Bluetooth:
Extract debian .deb package:
ar x <package>.deb
tar xf data.tar.xz
Convert docx to text format in CLI:
# Better fidelity wrt. the document layout
docx2txt <name>.docx
# Can output markdown
pandoc <name>.docx -o <name>.md