include jquery charts into pdf

喜你入骨 提交于 2019-12-08 13:25:34

wkhtmltopdf sits on top of a QT port of WebKit (thus the "wk" in the name). Its JavaScript support is EXCELLENT.

I've used it to successfully render a page containing a google map. It doesn't get much more script-intense than that. I did have to play with the command line a bit (allowed the page's JS longer than the default time to complete, 100ms, 200?).

My work-arround for this goes along by using google charts api. google helps you to get interactive charts on the webpage and for converting to pdf google creates static png's with the whole data displayed. so far i can live with that pretty good.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!