开发者

Can we export graphical data to pdf using php scripts?

开发者 https://www.devze.com 2023-01-28 20:36 出处:网络
Can we export graphical data to pdf using php sc开发者_如何学Cripts? Suppose the graphs are rendered by flash and html css ,can we export these graphical data to a pdf.

Can we export graphical data to pdf using php sc开发者_如何学Cripts? Suppose the graphs are rendered by flash and html css , can we export these graphical data to a pdf.

Any pointers would be greatly appreciated...


Read documentation of your pdf library that you are using.


I have not tried this myself, but it looks like exactly what you need. I doubt it does flash though. I would consider using svg, canvas or imaes for graphs.

http://code.google.com/p/wkhtmltopdf/


well, i'm using the Open flash chart library http://teethgrinder.co.uk/open-flash-chart-2/

and I found that we can save these flash charts into images..Amazing.. Thanks everyone

0

精彩评论

暂无评论...
验证码 换一张
取 消