i use tcpdf for pdf generation in php. http://www.tcpdf.org/examples.php
i use a javascript / jquery framwork / plugin to display some charts. (f.e. http://filamentgroup.com/lab/update_to_jquery_visualize_accessible_charts_with_html5_from_designing_with/ )
the tcpdf intern way for charts is no opportunity for me. there is a method transforming canvas to png like described here ( Capture HTML Canvas as gif/jpg/png/pdf? ) which unfortunately does only convert, in all tested plugins/frameworks, fragments of the needed chart.
tcpdf supports javascript but imo only for form interactions, like seen in one of the samples.
which way, even which library (different than tcpdf) allows me to include js-charts into a pdf in php without server access?