Scott Langham
Scott Langham

Reputation: 60311

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.

Upvotes: 4

Views: 908

Answers (1)

oleschri
oleschri

Reputation: 2012

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.

Upvotes: 5

Related Questions