jspdf - Extract graph image using PhantomJs -
i use jqplot create complex data graph clinical web application using ie7. now, need create pdf , graph part of pdf. since ie7, can't export jqplot graph image.
my plan is:
- from web app, user clicks on button send graph data (json) web service on remote server.
- on remote server, have html page built dynamically phantomjs using json data passed web service.
- when page load complete, "rasterize ??" page graph image.
- i use image in building pdf using package jspdf.
- return pdf uri web app.
does make sense @ all? struggle on how integrate moving parts together. suggestions?
Comments
Post a Comment