On 12/29/2011 07:24 AM, Scott Jones wrote: > One thing I tried was do do a convert of a DOCX file to ODT using this > method and all I got in the ODT was an XML looking file. bit if I take > the same file and open the DOCX in LO then save as ODT it works . Any > ideas?
<full path to soffice> --headless -convert-to odt <.docx document> Works for me. $ /opt/libreoffice3.4/program/soffice --headless -convert-to odt 57343-001.docx convert /home/<user>/tempdir/G/OOotest/57343-001.docx -> /home/<user>/tempdir/G/OOotest/57343-001.odt using OpenDocument Text Flat XML Overwriting: /home/<user>/tempdir/G/OOotest/57343-001.odt -- For unsubscribe instructions e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
