Add docx to text methods

This commit is contained in:
lhark 2021-04-09 12:04:33 +02:00
parent 4564239dc3
commit ff55ddce61

6
how_to
View file

@ -1127,3 +1127,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