Looking for a .NET library for generating vector graphics files [closed]
开发者_开发问答
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 8 years ago.
Improve this questionCould someone recommend me a .NET library for generating these vector graphics files: SVG, EPS, PS, PDF, WMF, EMF?
I have found a good library for java: http://java.freehep.org/vectorgraphics/ but I would very appreciate it for .NET
Many thanks in advance for your suggestions.
This one only supports SVG
And there's a similar question on SO that just asks about SVG. I don't really know of any library that supports all of those formats.
You may have to find multiple libraries that support each (one for EPS/PS, one for PDF, one for WMF/EMF) as well.
edit:
- EMF/WMF can be had from GDI+
- PDF: Report.NET
- a few suggestions from SO for EPS/PS
You might want to look at .NET bindings to the Cairo library but it isn't a 100% managed solution obviously.
精彩评论