Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you print a dgml file?

I've got a dgml file created in Visual Studio 2017 that contains a schema for a database.

We refer to this regularly in our team so I want to print it out.

How can I do this?

I've tried the File->Print menu, but it is grayed out.

Also I've tried using Edit->Copy Image, but when I paste it into a third party image editor (that can print) the resolution of the copied image is so low that I can't read the text.

like image 629
Scott Langham Avatar asked Oct 23 '25 18:10

Scott Langham


1 Answers

My workaround for now is to use [Share] [Export to Portable XPS...], then print the XPS document.

It doesn't work for complex DGML files, though. I sent a bug report to Visual Studio Developer Community. Feel free to upvote there.

like image 79
oleschri Avatar answered Oct 27 '25 00:10

oleschri