0

I have an asp.net-mvc website and I am using this jquery plugin to show this treemap. It works great but recently someone asked for the ability to export this treemap view as an image and I don't think that is possible but wanted to raise this up here for any ideas. My only solution is taking my screen capture tool and taking a snapshot. I see some jquery plugins like html2canvas that can do stuff client side but not sure how I could leverage that server side.

Is there any programmatic way to take this treemap view and save it as an image?

leora
  • 188,729
  • 360
  • 878
  • 1,366

1 Answers1

0

So basically I assume that the screenshot has to be taken on client side and it has to be either done using javascript/flash.

You will get more details on these links to similar questions in SO which might be helpful and might be of your interest!

Take a screenshot of a webpage with JavaScript? and How to take screenshot of div from a webpage using C# and ASP.NET?

Community
  • 1
  • 1
Guruprasad J Rao
  • 29,410
  • 14
  • 101
  • 200