Welcome to yEd Q&A!
Here you can ask questions and receive answers from other members of the community and yEd developers. And you can tell us your most wanted feature requests.

Categories

How can I set up MS Word page size in yEd diagram so that when I export to MS Word, the diagram fit well?

0 votes
I have a big diagram that I draw into yEd. When I exported that into MS Word, it was bigger than the settings of the MS Word page. Is there any way I can set up page size in yEd so that the diagram size does not exceed that of MS Word when I export it? Cheers
in Help by

1 Answer

0 votes

Well, yes, there is. When exporting a diagram, yEd shows a dialog with format specific options. On the first tab, there is an option "Size". Its default value is "Original Size". Change that to "Custom Width" or "Custom Height" and specify the desired width/height (in pixel) as well.

However, when exporting a diagram to a raster image format (like PNG), a much better approach is to export the diagram with "Original Size". Before importing the exported image in Word, open the image in a image editor application like Adobe Photoshop or The Gimp. Change the image resolution from the default 72dpi to a resolution that ensures the image fits into your page.
To do that, you need to calculate the required DPI using the following formula:

max(
  (image width in pixel)/(page width in inch),
  (image height in pixel)/(page height in inch)
)

by [yWorks] (160k points)
Legal Disclosure | Privacy Policy
...