View Single Post
Old 3rd June 2020
Beastie Beastie is offline
Daemonology student
 
Join Date: Jan 2009
Location: /dev/earth0
Posts: 335
Default

Don't forget that .docx files are just "Open XML" files, in other words zipped XML files. So, if all else fails, you can always $ tar xf file.docx and parse the XML files. The main contents are stored in a file called document.xml IIRC. Of course, XML is an abomination, but I did say "if all else fails".
__________________
May the source be with you!
Reply With Quote