开发者

Looking for a php library to generate vector graphics as pdf or svg files [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. 开发者_C百科

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

Basically i want a library for PHP that i can use to generate vector based graphic files like svg or pdf. it need to be able to output path and not pixel based results.

for example i want it to use like

generate_circle($radius)

etc


PHP bindings for cairo


It's not that hard to generate svg from php, here are some examples.

If you really want a library, there are probably many different options, SVGGraph and the ones pointed out here for example.

Google will help you find others I'm sure :)

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜