Re: [PHP] Google Visualization Chart API

2011-02-17 Thread viraj
hi, the easiest way to convert a html (even with advance css styling) to pdf is http://code.google.com/p/wkhtmltopdf/ i guess. you may need, exec() function and bit of shell scripting. ~viraj On Fri, Feb 18, 2011 at 2:02 AM, Richard Quadling wrote: > On 17 February 2011 20:26, Ashley M. Kirchn

Re: [PHP] Google Visualization Chart API

2011-02-17 Thread Richard Quadling
On 17 February 2011 20:26, Ashley M. Kirchner wrote: >> So. Easy peasy. > >        Not exactly.  Those examples are not from the Visualization API - it's > two different things.  The API is written so that one does not have to > generate those parameters individually and then pass them through P

RE: [PHP] Google Visualization Chart API

2011-02-17 Thread Ashley M. Kirchner
> So. Easy peasy. Not exactly. Those examples are not from the Visualization API - it's two different things. The API is written so that one does not have to generate those parameters individually and then pass them through POST/GET to Google. It's cleaner and faster to work with. T

Re: [PHP] Google Visualization Chart API

2011-02-17 Thread Richard Quadling
On 17 February 2011 19:13, Ashley M. Kirchner wrote: > >    I'm currently using Google Visualization API[1] to generate both > interactive and static charts for a client and they're viewing these > online[2].  However they now want to be able to download a PDF containing > the charts (static) in i

Re: [PHP] Google Visualization Chart API

2011-02-17 Thread Ashley M. Kirchner
On 2/17/2011 12:26 PM, Ashley Sheridan wrote: Googles API creates an image which you can save locally and insert into a PDF that you create with something like fpdf. There are plenty of functions in PHP which can be used for this, such as fread(), etc. That's the thing, I know it does, but

Re: [PHP] Google Visualization Chart API

2011-02-17 Thread Bastien Koert
On Thu, Feb 17, 2011 at 2:13 PM, Ashley M. Kirchner wrote: > >    I'm currently using Google Visualization API[1] to generate both > interactive and static charts for a client and they're viewing these > online[2].  However they now want to be able to download a PDF containing > the charts (static

[PHP] Google Visualization Chart API

2011-02-17 Thread Ashley M. Kirchner
I'm currently using Google Visualization API[1] to generate both interactive and static charts for a client and they're viewing these online[2]. However they now want to be able to download a PDF containing the charts (static) in it. Does anyone know of a way where I can take the same A