In any case, is there an export function to export the Google Visualization organization chart as an image? I want this as a function of my website, so people can click a button or link and save it as an image or pdf file.
Take a screenshot of the browser. There are multiple tools for this. We used this: http://code.google.com/p/speak-lib/source/browse/#svn/trunk/WebShot%3Fstate%3Dclosed
It works great. Thus, we generate a preview of design changes.
Try http://phantomjs.org/ you can write a script to cut out your web page in PNG images of a certain fixed size, and then assemble them into PDF.
You can export the SVG code and send it to the server to convert it to an image. It is a scalable and easy solution. See here for more details: Convert Google Geochart to image (JPEG, PNG, etc.) Or PDF in a browser
Use chart.getImageURI() to indicate the location of the image.
chart.getImageURI()
Can this link use?
http://groups.google.com/group/google-visualization-api/browse_thread/thread/6ef62234879625e5
Source: https://habr.com/ru/post/1298960/More articles:How do I change the cookie name of a Hunchentoot session specializing in function? - common-lispSearch in graphs of trees with depth / width algorithms of the first / A * - language-agnosticC ++ expression - c ++Java: creating a generic class without a default constructor - javaProgrammatically Assign a New Letter to an Existing C ++ Drive - c ++Java: class and class: difference when using from / outside the class - javaIs it possible to prevent the decompilation of the .NET MSIL DLL? - securityIs there a way to get a basic PHP error stressing VIM? - vimSpring MVC - web flow controller - javaYSlow yields inconsistent ETags results - yslowAll Articles