I built an interface using ASP.NET 4.5, C# and D3.js where I mapped out the organs and bones for a human body. The problem is that when I try to print, it almost never prints out properly, and my users want to have a "Save Image" button next to the visualization so they can import the saved image into their own Word/PowerPoint end of months reports.
I'm not sure if I need to post my code. I'm just loading some SVG I have traced in Illustrator, saved it in a JSON file and loaded into D3.
I know print screen could be an option, but saving as an image could also help me display multiple files without overloading my browser with D3 code.