https://bugs.documentfoundation.org/show_bug.cgi?id=143095
Eyal Rozenberg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Draw and Writer PDF import: |Draw and Writer PDF import |the fonts are shown in |fail to misinterpret font |postscript names (PS names) |family names |rather than localized font | |family names | --- Comment #20 from Eyal Rozenberg <[email protected]> --- (In reply to Kevin Suo from comment #4) > I understand Draw is not a pdf editor LibreOffice is a PDF editor. Comments to the contrary are, well, mistaken - both in principle and in practice. See the discussions of this point in bug 49705 and bug 32249. The main problem with LO as a PDF editor is that its import filter is too rudimentary/simplistic and still somewhat buggy. In particular, the import filters must make a significant effort to determine which font families are used in a PDF. The absolute very least is to apply the inverse of the font-name-mangling the PDF export filter uses, and perhaps to verify that the resulting name does correspond to what's in the file. I would go well beyond that and say that stronger heuristics need to be applied, covering the common schemes of naming font (families) within PDFs, and again, perhaps some matching up of such fonts against those available on the system. -- You are receiving this mail because: You are the assignee for the bug.
