gullettm

Members
  • Content count

    2
  • Joined

  • Last visited

Posts posted by gullettm


  1. I recently had to create a web reporting tool for a client that used Fusion charts on the web-side, but produced Word/Excel/PowerPoint and PDF outputs as well.  The reports are produced server-side and I used a simple library called F-In-A-Box (http://www.f-in-box.com/) to capture the FusionCharts to JPGs as needed.  (Actually it captured the image to a bitmap which I converted to a JPG.)  I just wrote a simple server-side .NET component that responded to a URL request by using the F-In-A-Box software to capture the chart and then streaming the JPG back to the end-user.  It took a few hundred lines of code, but it works quite well.