0

It could be some kind of question similar to this one

But methods described there aren't applicable to my situation. I'm looking for a tool to use from Python or just a standalone Linux binary. All, that I've already found are only Win/MSO-related methods:(

Is there any way to simply clean docx tags in Linux?

Thanks!

Community
  • 1
  • 1
mega.venik
  • 648
  • 6
  • 13

1 Answers1

2

I've tried to use headless LibreOffice as a convertor from DOCX to DOCX and it seemed to help with most of the cases.

libreoffice --headless --convert-to docx ./Copyright\ license.docx

Nevertheless, this way needs more testing.

mega.venik
  • 648
  • 6
  • 13