well heres the starting point getting the SVG to an image.

https://gist.github.com/1333906


Your gonna love the next part.(in theory i have not done such) You need to 
send the Base64 Image server side using Ajax. Decode the Base64 Image 
server-side. Pop it into a PDF. And sent it back to the client.

If your clever you might be able to utilize an online PDF printing service 
but your charts needs to contain the right data as seen by the client, 
assuming the charts are dynamic, lol you probably need Ajax for this as 
well.

Alternatively you can use Google Image Charts (which is depreciated its a 
simply URL so its much easier to manage, be sure to add a &.PNG to the URL.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-visualization-api/-/jk0wQ8RECjcJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to