Red Analytics Demo

Page 1, 2, 3, 4, 5

FPDF Library - PDF Generator

With all the charting functionality sorted and coded I turned my attention to the issue of generating exportable reports of the charts and data. The only real options here are server based and as I was using PHP a PHP solution was what was required. Once again using the power of Google I came across the FPDF Library which after giving it a try proved just right in terms of it's ease of use and the features it supported.

A simple example is shown below:

The following is a more complex example showing the generation of the pdf report for the dashboard:

Page 1, 2, 3, 4, 5