Accept all changes in document before converting docx to html

I need to convert docx to html and I use “soffice --convert-to” to do the job. However, my input documents have change tracker enabled. Due to this, generated html contains all lines marked as removed.

Is there any way to ignore removed text during conversion or to accept all changes in document using command line ?