8
0
What is the best way to copy a drawing (complete document) from LibreOffice Draw into an MS Word document (using MS Word) on Windows?
A "naive" copy&paste form Draw to Word gives next to useless results. The bitmap method gives too low resolution, the metafile loses other details (missing lines, text etc.)
It is similar if I export the drawing from LOD to an EPS or WMF/EMF file and then inserting that into Word: many details are lost or wrong.
I ended up exporting to high resolution PNG (300 dpi) and inserting that into Word.
There must be a better way (that preserves the vector nature of the drawing).
PS: I noticed exporting to PDF gives "perfect" results. Could that (a PDF file or part of it) be imported into Word maybe?
I tried that before creating this question but the results were bad. I'll recheck (maybe I remember it wrong). – David Balažic – 2015-06-26T13:13:02.397
Many lines are not visible in Word after copying. They appear on extreme zoom levels (document view zoom + Change object size), but otherwise look like half of the drawing is missing. Also some text is wrapped differently. Basically it looks useless (on screen, haven't checked printing yet). – David Balažic – 2015-06-30T20:14:16.517
Maybe you can print to file and select EPS format. Another idea is to export instead to svg, then use Inkscape to convert the svg to emf (see this article).
– harrymc – 2015-07-02T08:48:35.383