astrocybernaute

Members
  • Content count

    2
  • Joined

  • Last visited

About astrocybernaute

  • Rank
    Forum Newbie
  1. Is It Possible To Use Charts With Itextsharp (Javascript And C#)

    thats not aswering my question!
  2. hi, i have several charts in my extjs4.0.7 application dashboard. i want to generate a pdf report using the images of those charts it seems that i cant do it with extjs so im considering using FusionCharts so before buying it i need to know: is there a way to get the chart in order to include them in my report? if so how to? the ideal for me is to use it like this with itextsharp MyImageStream = new MemoryStream(); myChart.SaveImage(MyImageStream); my chart would be the chart object and it would be created with javascript