Creating PDF reports with flot graph

前端 未结 3 2081
无人共我
无人共我 2020-12-30 09:53

I am trying to implement an automatic report generation tool for my clients . I need to create reports in pdf format and i am very much comfortable in creating graphs using

3条回答
  •  爱一瞬间的悲伤
    2020-12-30 10:53

    If you can do this serverside and you are on a Unix based system, I would try wkhtmltopdf.

    EDITS AFTER SOME TIME

    Now a days, to do this serverside I would use the awesome phantomjs. I've been using this on a flot based project for some time and it works perfectly.

提交回复
热议问题