I am building a site using CodeIgniter and I'm using jQuery Visualize to generate some charts. Now i need to print those charts into PDF (i'm using TCPDF now) but i couldn't find a way to print the charts (AFAIK jQuery Visualize use Ajax to create canvas from my HTML table so i couldn't print the HTML to PDF).
I found this topic very similar include jquery charts into pdf but i don't wish to capture HTML to image since i'm going to generate many reports in PDF so i'm not going to view them before (the word "capture" sounds to me i need to view it to browser first).
Is there a way? (Hopefully using jQuery Visualize and TCPDF since i already worked on pretty much on those, but if you think that's impossible please suggest me another chart tool). Thank you.