The first part of the comment is encouraging. There will shortly be a chance of producing large prints again (~A2 or bigger), so I will give that a go again and see how it works. I have been doing the same by:
1. Produce a draft low res rendering.
2. Measure the width of the reference node (the node that I want to make sure that it will be the "smallest" but still legible).
3. Workout the scaling
4. Apply scaling to get the final size
Which however, does not match exactly for some reason :/ Will try it again soon and let you know, I am not sure if I used inches or mm in my case and since the 72 is with reference to inches, this may have introduced the offset.
The "shrink" is not practical. It does do what it is supposed to do but for large graphs it is totally impractical. I wonder if an "implode" option would be worth considering. Shrink step, check for minimum distance, stop the nodes that are in minimum distance, shrink, check, shrink check, etc until no more nodes can be moved. And clusters can be taken into account in the imploding as well so that the layout is shrunk consistently.
Yes, the link is this one and the key options are: dpi, fixedSize, height, page etc. That is, key properties that determine the graph's appearance can be specified in physical units so that you get an idea of what the rendering is going to look like.
When I design a poster for example (not necessarily for a conference), I don't design based on what I see on the screen but what this thing is going to look like in reality. So I always work with a ruler and physical scrap bits of paper if required. In Inkscape, when I am drafting the layout I can say "I want this area to be 50cm x 50cm". And the software handles everything, including the image resampling (if required) so that the image occupies the intended space (NOT its spatial resolution's space). In the bigger picture of what yEd does, this might look like a detail. But having to constantly work with derived numbers is tiring when you consider that you may have a large number of them.
All the best