Add docx to text methods
This commit is contained in:
parent
66114985a0
commit
25879199d7
1 changed files with 6 additions and 0 deletions
6
how_to
6
how_to
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue