Enterprise Architect: Export UML Diagrams in high quality

UmlImageClass DiagramEnterprise Architect

Uml Problem Overview


With Enterprise Architect (Version 9.2), I created some Class and Sequence UML Diagrams. Now I need those Diagrams in a Word document.

My first approach was to just cut them out with the Windows 7 Snipping Tool and paste them into the document. But for printing purposes the quality was way too poor.

The second approach was to "Save them as Images" as offered in Enterprise Architect. But with this, the quality was even worse.

The third way was to export them into a pdf file. With this the quality was quite decent and I could import those pdfs into Inkscape and then convert them into *.png files to import them to word. The problem is, that Enterprise Architect kinda fails with the fonts. Meaning the picture itself has high-quality, but it tries to convert the font of the classes and then I have some spaces between letters where there should be none.

So long story short - is there a way to export my UML Diagrams from Enterprise Architect to a common picture format like .png or .tiff, while retaining decent quality?

Uml Solutions


Solution 1 - Uml

As I'm sure you're already aware, you can save a diagram as an image in several formats, including PNG but not TIFF.

The quality of the images can be controlled in the options (Tools - Options), "Diagram" tab. The "Image Memory Limit" controls the amount of memory the image conversion process is allowed; increasing this should improve the quality of large diagrams. "Scale Saved Bitmaps to" allows you to set a higher resolution for the images.

I haven't checked whether these also affect the copy-to-clipboard function (in the Diagram menu or CTRL+B), which is the way I usually copy diagrams into documents.

Solution 2 - Uml

To have diagrams in word there is very easy way.

Simply, open diagram in ea then select all with CTRL+A, then copy CTRL+C, go in word and just do paste CTRL+V. Easy and perfect quality.

Solution 3 - Uml

For some reason, when you use Ctrl-B to export a Sparx EA model to MS Word, you get a bitmap copied to the clipboard, but when you paste into Powerpoint, you get an Enhanced Metafile. This is vector graphics which can be zoomed into etc. with no loss of detail.

Prep

  1. Before you start, go into EA and Tools->Options (or hit Ctrl-F9).
  2. Ensure that the General properties page is selected.
  3. Check 'Clipboard' is set to 'Metafile' (if it is set to Bitmap, you will only ever get a bitmap produced, even in Powerpoint).

Steps

  1. Open your EA model to be exported.
  2. Open Powerpoint and clear the default bounding boxes leaving a blank slide.
  3. Open Word and locate the point in your document where you want to paste the model.
  4. Back to EA, open your model window and hit Ctrl-B (Diagram->Paste Image to Clipboard)
  5. Go into Powerpoint and hit Ctrl-V to paste.
  6. Resize the model to fit the slide.
  7. Hit Ctrl A then Ctrl C to ensure everything is copied to the clipboard.
  8. Go into Word and hit Ctrl-V to paste - you should now have an EA model in EMF metafile format, not a bitmap. Document reviewers can now zoom in and see the full detail in the model.

Solution 4 - Uml

Do the following:

PACKAGE->Documetation->Publish as HTML

Create new folder for output and set the path in"Output" field.

-> Press Generate

Goto ..[your folder]\EARoot, the files named EA*.[png|gif] are your diagram

images in original resolution.

Solution 5 - Uml

Myself, I used ctrl+P and used my pdf converter for printing.

Solution 6 - Uml

Change your diagram themes, go to tools->diagram->Themes and change diagram themes to "blueprint" and go to file->Print to PDF

Solution 7 - Uml

While I see that you seem to have this resolved (happy to hear), I'll post this in case others don't have any luck with the above.

I've always just selected (ctrl+A for the whole diagram) and pasted in to Word/PPT/Outlook and the diagrams were converted automatically to nice PNG scalable images (without ever changing the memory/quality settings).

But on a recent project it seems that when I tried to do the same the quality was very poor/fuzzy and the text was sort of squashed.

Are you by chance using Remote Desktop to connect to a machine that is Running Sparx EA? There is another thread floating around somewhere (sorry don't have the link) where others were having this similar trouble when connected via RDP in Full screen display mode. I was able to export good quality from a non-RDP session, or I think if I connected via RDP but not in Full-Screen mode it owuld export in the quality I'm used to.

Hope this helps anyone else with a similar issue

Solution 8 - Uml

With Version 13 (probably older versions as well) you can press Ctrl-T to open the dialog "Save as Image". There you can choose between .png, .bmp, .jpeg, .tga, .gif, .wmf and .emf.

Solution 9 - Uml

Copy the diagram Ctrl + A, Ctrl + C and paste it into Microsoft Paint and then save it as jpg/png file.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionTobyView Question on Stackoverflow
Solution 1 - UmlUffeView Answer on Stackoverflow
Solution 2 - UmlVladanView Answer on Stackoverflow
Solution 3 - UmlJoseph RoseView Answer on Stackoverflow
Solution 4 - UmlYanView Answer on Stackoverflow
Solution 5 - UmlSinisha MihajlovskiView Answer on Stackoverflow
Solution 6 - UmlLatief AnwarView Answer on Stackoverflow
Solution 7 - UmlJason McNeilView Answer on Stackoverflow
Solution 8 - UmlQBruteView Answer on Stackoverflow
Solution 9 - UmlAmit KumarView Answer on Stackoverflow