johnstontrav

Members
  • Content count

    3
  • Joined

  • Last visited

Everything posted by johnstontrav

  1. Server-side only PDF/image export

    Hi, Thanks for your reply. I don't think your solution will work (happy to be proven wrong though!). I think we are getting lost in explaining what we need. I will give you an example. What I need: ---------------- I need a monthly report emailed to 10 people. Within each email there will be about 15 PDF reports attached. Within each PDF there will be several charts. What I want from Fusion Charts: --------------------------------- At the end of the month a bash (or php or perl or whatever) script is run from cron (Linux OS - no GUI or browser installed, just a terminal) which will create all the PDF's and then send to users. There is no client interaction at ALL. The reporting server which runs this script is remote. Something like this would be great... linux-terminal: /usr/bin/php FC_createServerChart.php data.xml > mySavedChart.png Now that I have explained myself better, do you know of a solution? Maybe I have misread your previous solution? Cheers, Trav.
  2. Server-side only PDF/image export

    This is exactly what I would like aswell. 100% server export to PDF, no human (client) interaction. Anyone got a solution?