Celeb Glow
news | March 12, 2026

Google Docs drawings to Visio

Is there a way to export drawings made with Google Docs to Visio? Maybe through some other software. I can see that Lucidcharts supports both Google Drive and export to Visio, but does it actually support opening drawing file made in Google Docs?

4 Answers

Let's see which file formats are shared between the two if we are moving data from Google Docs to Visio!


Google Docs' supported export file formats for Drawings:

  • PDF Document (.pdf)
  • Scalable Vector Graphics (.svg)
  • PNG image (.png)
  • JPEG image (.jpg)

Visio's supported import file formats:

  • AutoCAD Drawing File Format (.dwg, .dxf)
  • Compressed Enhanced Metafile (.emz)
  • Enhanced Metafile (.emf)
  • Graphics Interchange Format (.gif)
  • JPEG File Interchange Format (.jpg)
  • Portable Network Graphics (.png)
  • Scalable Vector Graphics Drawing (.svg, .svgz)
  • Tag Image File Format (.tif, .tiff)
  • Windows Bitmap (.bmp, .dib)
  • Windows Metafile (.wmf)

So, we can use the following file formats: SVG, PNG, or JPEG. With drawings, you'd want to work with vector rather than raster graphics, so you're left with SVG.

I tried using the svg export and then importing into Visio, but Google Draw does not seem to create a svg file which is usable in Visio. It's a single object which can't be ungrouped.

2

Lucidchart also supports .svg import and you can export a diagram from Lucidchart in Visio format (.vdx). Hopefully that is helpful.

2

You can convert it to a svg, jpeg, etc. but you can't convert to vdx. I also don't think a lot of people know about Google Drawings and Microsoft Visio.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy