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 <rquadl...@gmail.com> wrote:
> On 17 February 2011 20:26, Ashley M. Kirchner <ash...@pcraft.com> 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 POST/GET 
>> to Google.  It's cleaner and faster to work with.  The code for the 
>> Visualization API is very different from the code the regular Chart API uses.
>>
>>
>
> Yes it is. Ish.
>
> The api generates the URL. Once the URL is generated and the image is
> displayed you can grab it using JS and push it to the server to use.
>
> Do you want to do all the work on server and not in the browser? Then
> you have to learn the params. That way, you won't need a client to
> grab the URL first.
>
> It really isn't very difficult.
>
>
>
>
> --
> Richard Quadling
> Twitter : EE : Zend
> @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to