Description: Trying to convert some rtf files to docx via soffice --headless --convert-to docx Bibel.rtf resulting docx file when opened back in LibreOffice (or in Word) misses some text Odd thing is when I open rtf inside LibreOffice text is there and visible/looks ok, but saving to docx again text is missing. If I save opened rtf as .odt, close document, open saved .odt and than do save as docx than the text isn't missing. Steps to Reproduce: 1. from terminal do soffice --headless --convert-to docx Bibel.rtf 2. open converted Bibel.docx file or 1. start LibreOffice 2. open Bibel.rtf (notice full title is there) 3. save as .docx (doesn't matter if Microsoft Word 2007-2013 XML or Office Open XML Text) 4. close file 5. open saved .docx file Actual Results: docx created is missing text "Das Alte Testament" Expected Results: full title text "Erster Teil Das Alte Testament" being there Reproducible: Always User Profile Reset: Yes. Also tried on OS X and on Windows Additional Info: Rtf document has an image that is anchored to the (missing) text User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:50.0) Gecko/20100101 Firefox/50.0
Created attachment 129526 [details] document that hase missing text when converted to docx
Hello Ivan, Thank you for reporting the bug. I can't reproduce it in Version: 5.4.0.0.alpha0+ Build ID: 634589b340316ba64b731b4d923c1056be415494 CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: group Could you please try to reproduce it with the latest version of LibreOffice from https://www.libreoffice.org/download/libreoffice-fresh/ ? I have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' if the bug is still present in the latest version.
However, I can reproduce it in Version: 5.2.3.3 Build ID: d54a8868f08a7b39642414cf2c8ef2f228f780cf CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; Locale: ca-ES (ca_ES.UTF-8); Calc: group so it has been recently fixed. Closing this as RESOLVED WORKSFORME and adding backportRequest:5.2
I downloaded latest OS X version from https://www.libreoffice.org/download/libreoffice-fresh/ Version: 5.2.3.3 Build ID: d54a8868f08a7b39642414cf2c8ef2f228f780cf CPU Threads: 8; OS Version: Mac OS X 10.11.6; UI Render: default; Locale: en-US (en.UTF-8); Calc: group bug is still threre I'm trying also with latest from http://dev-builds.libreoffice.org/pre-releases/mac/x86_64/ Version: 5.3.0.0.alpha1 Build ID: f4ca1573fcf445164c068c1046ab5d084e1b005f CPU Threads: 8; OS Version: Mac OS X 10.11.6; UI Render: default; Locale: en-US (en.UTF-8); Calc: group and bug is still there. I couldn't find 5.4 OS X build to test
fixed in LO 5.3 by commit b927c1f4b334f80d2c2965e5b7327d6b6a685105 Author: Tamás Zolnai Date: Fri Oct 28 15:24:51 2016 +0000 bug 103544: DOCX exp.: Image loss when have a frame anchored to the same para. Regression from: 83d51e5e52688c4c9bc0ad70a511458bb06a242d It was originally broken in LO 4.4 by commit 1c876f5616522ab695de8c0316cdb0c601081815 Author: Rohit Deshmukh <rohit.deshmukh@synerzip.com> CommitDate: Thu Jun 19 11:01:17 2014 +0000 bug 78590: Fix for Corruption of para with framePr & drawing object into para Issue: - File contains paragraph with framePr have graphic object in it. - So Libreoffice converts framePr into textbox. - So after saving file textbox gets exported with drawing object. - MS office does not allowed drawing object inside tetxbox. *** This bug has been marked as a duplicate of bug 103544 ***