I am converting .doc/.docx documents to .txt with LibreOffice, but there are several annotations/comments in some .docx files. If I convert these .docx files with command line like this:
libreoffice --headless --convert-to txt path-to-my-doc.docx
I will get .txt file with annotations/comments , but I don’t want to save it.
So what can I do? thx! (I must finish this with command line)