22 Jan
2021
22 Jan
'21
10:31 a.m.
Steve Mynott <steve.mynott@gmail.com> a écrit :
For years I've used "catdoc" to cat old msword docs.
Is there an equivalent command for docx?
I am not aware of anything ready made but you can handle 90% of them by using unzip to extract content.xml (I think... Or it may be document.xml) and stripping the xml tags and fmt-ing it. Hope that helps!