76
Open the file in Inkscape.
Save the file as an Enhanced Metafile (.emf
).
Be sure to untick Convert text to paths
Insert the .emf
file as a picture in a Word document.
Right-click the picture and select Edit Picture
.
Click Yes
to convert to a drawing object.
Tada!
2
You can, if you want to import arbitrary SVG files platform-independent, convert them online
– RAnders00 – 2016-02-03T15:57:17.900Mac supports only wmf types, not emf. At least there is a solution. – chmike – 2016-10-08T07:18:02.690
3Export to EMF worked in Inkscape-0.91 on Ubuntu-16.04/Linux. (not MS-Windows-only feature now - may have been at the time of the prior comment.) – Randall Whitman – 2017-09-19T19:45:48.603
5
EMF export is only supported on Windows: http://wiki.inkscape.org/wiki/index.php/Release_notes/0.45#EMF_export
– domen – 2013-03-14T15:16:41.423This works also for OpenOffice/LibreOffice Draw ODG files. Thanks. – Greg – 2014-06-12T01:02:24.773
24
Note: This feature is only available if you have an Office 365 subscription. If you are an Office 365 subscriber, make sure you have the latest version of Office.
Microsoft Word 2016 can now directly import SVG:
Click Pictures
Navigate to where the SVG file you wish to insert is located and select it. Click Insert.
Source: Insert SVG images in Microsoft Office
What's particularly cool is that looking under the covers reveals that SVG is being stored natively within the OOXML. This is much better for image quality preservation than importing to a raster format would be, and is more interoperable than EMF/WMF.
Platforms: SVG import unfortunately does not appear to be supported on the Mac platform or on Word Online as of this writing (August 2017).
SVG import is now supported on Mac, confirmed with an Office 365 subscription at least.
6This does not work for me although I have the latest updates installed on my Word 2016 (64Bit). – Devid – 2017-02-11T10:26:45.970
7I have Office 2016 64Bit (16.07668.7101). When I try to insert a SVG image I get the message: "An error occurred while importing this file.". I have Windows 10 and I did file a report on Feedback Hub App, the title is: Word 2016 does not Insert SVG images – Devid – 2017-02-11T17:24:51.643
2@Devid, ever heard anything from them? I have Office 2016 on Windows 10, and my effort to import a SVG produces only a gray picture frame icon. – katriel – 2017-08-16T13:23:17.670
3
@katriel I have know the version 1707 (Build 8326.2073) of Office 2016. I tested it with this SVG image: https://s.cdpn.io/3/kiwi.svg and it works. I tested it by drag and drop.
– Devid – 2017-08-16T13:55:42.9432According to the support.office.com article linked to in this answer - "This feature is only available if you have an Office 365 subscription". I don't have an Office 365 subscription, so this doesn't work for me, even though I'm using Office Professional Plus 2016 on Windows 10. – Daniel Schilling – 2017-09-27T21:09:12.650
@DanielSchilling: Answer updated to point out the Office 365 subscription requirement. Thank you. – kjhughes – 2017-09-27T23:40:44.760
best approach is to convert svgs to other image file formats using some online tool, for example like this, worked for me
– Maha – 2017-10-11T07:03:42.793@DanielSchilling I also do not have an Office 365 subscription, but I am using 2016 ProPlus on Windows 10, and it is working. Perhaps you just hadn't received the update at the time? – DaveTheMinion – 2018-07-30T23:49:41.707
FWIW SVG images work on the Mac version, but I have a subscription. – Dave Newton – 2019-01-26T18:49:11.873
@DaveNewton: Confirmed. Answer updated. Thank you! – kjhughes – 2019-01-26T21:02:00.077
3
I am using word 2013 and thus I cannot import svg directly. However, LibreOffice is capable of doing that. I am using LibreOffice 5 and I could import the svg file with
insert -> image -> choose your file
After that I just copied the imported svg from LibreOffice to Office. It seems like quality changed a bit, but for purposes that was fine.
0
Another solution is to use Gimp, it can read SVG files and export them in PNG format.
1This would work, but will produce a rasterized image, and may not print well. – Stephen McAteer – 2016-08-16T01:11:56.097
0
For those who don't have the right software and don't want to install stuff for a 1 time need, a quick solution is to:
That's it.
0
It's also possible to copy-paste objects from Inkscape to Word directly. However, they are imported as raster image, I suppose Jpg-like. You can see an example below, in which I enlarged a detail to show the borders.
I have Inkscape 0.48, Microsoft Word 2010.
0
There is another simpler method which works all the time with all software, whatever age, including Mac OS.
Select the diagram in Inkscape. Click on/select Black Arrow at top left of the page. Click on corner of the diagram you wish to move, then pull the cursor around the diagram so a black box surrounds the diagram.
Select "Edit" → "Make a Bitmap copy". (This is halfway down the list with something like a camera next to it.) Click on it. A lot of dotted lines appear around your Inkscape diagram.
Now this is the trick.
Select "Edit" → "Copy". (Not "Make Bitmap copy". Doing this twice confuses some people.) Click.
Then open your Word document.
Click your cursor where you want to put the diagram.
In the Word document go to "Edit" → "Paste". Click.
Voila! Your diagram appears in the Word document with a box and handles around it.
Resize if necessary by selecting and dragging the bottom right corner, and move by selecting box and dragging.
Click. Box disappears. All done. Save.
The image looks blurred. Does word still handle the image as vector graphic ? How come Word 2016 still doesn't support SVG ? – chmike – 2016-06-13T15:19:03.017
1@chmike The "Make Bitmap copy" step would give this away as exporting raster, not vector. I have no answer to your second question, even 3 years later. :) – Aaron Campbell – 2016-10-07T21:05:51.693
2Why
.doc
or.pub
?.pdf
would be more appropriate I think. – iglvzx – 2012-03-06T19:18:09.257Its a requirement from my employer to be able to repurpose my resume. I'm editing the question since it has to be in doc. Its not preferable, but it is what it is. [Edit, the link to the resume was for an example of what it should look like in the word doc] – monksy – 2012-03-06T19:29:18.510
Do you have access to both Inkscape and Microsoft Word? – iglvzx – 2012-03-06T19:31:59.567
I think I'm missing something here. SVG is a graphic format, You could export it in any graphic format (let's say, as a GIF, PNG, JPG, BMP) and put it inside any Word document. It would be a graphic inside a .DOC document, the same way you would do with any picture... – woliveirajr – 2012-03-06T19:36:54.817
It has to be editable. The resulting exported PDF has selectable text. – monksy – 2012-03-06T19:37:29.620
@woliveirajr I'm working on an answer to retain the vectors/text. – iglvzx – 2012-03-06T19:38:31.523
@monksy : but it's a image or some text, typed in side inkscape, to be used as a text ??? – woliveirajr – 2012-03-06T19:38:33.927