While trying to convert mydocument.odt to .docx or .doc with UNOCONV it fails with:
Properties: ((com.sun.star.beans.PropertyValue){ Name = (string)“FilterName”, Handle = (long)0x0, Value = (any){ (string)“Office Open XML Text” }, State = (com.sun.star.beans.PropertyState)DIRECT_VALUE }, (com.sun.star.beans.PropertyValue){ Name = (string)“Overwrite”, Handle = (long)0x0, Value = (any){ (boolean)true }, State = (com.sun.star.beans.PropertyState)DIRECT_VALUE }, (com.sun.star.beans.PropertyValue){ Name = (string)“OutputStream”, Handle = (long)0x0, Value = (any){ (com.sun.star.uno.XInterface)0x1f932b8{, supportedInterfaces={com.sun.star.io.XOutputStream,com.sun.star.lang.XTypeProvider}} }, State = (com.sun.star.beans.PropertyState)DIRECT_VALUE })
Using SOFFICE it makes a corrupted or something like that file .docx
I suspect that I need to export my styles or what? Because converting simple file with one plain word works good!
Appreciate your help