Created attachment 120806 [details] .pdf file to reproduce the problem Steps to reproduce: - open the attached .pdf file in your favorite pdf reader - open the same file in draw => observe the differences, in particular the incorrect spacing between words in draw.
Created attachment 120807 [details] The 3rd page of the pdf file as in appears in draw
Spaces between last and first names in this pdf are encoded as 4 unicode characters: U+0009: character tabulation U+000D: carriage return U+0020: space U+00A0: no-break space I don't know why all of them are gathered here in one place, but this is the source of the problems.
Related: http://stackoverflow.com/questions/30934552/beginbfchar-mapping-with-multiple-values
*** Bug 60159 has been marked as a duplicate of this bug. ***
Tried to fix it here: https://gerrit.libreoffice.org/#/c/26426/
Created attachment 125720 [details] Example of control character embedding
Vort committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=b65f46127a9a1042edd4198f4a44820d7ea357a6 tdf#96080 PDF Import: fix incorrect whitespace characters sequence It will be available in 5.3.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Hello, Is this bug fixed? If so, could you please close it as RESOLVED FIXED?