2

Could 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.

2 Answers2

2

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:

Community
  • 1
  • 1
Daniel DiPaolo
  • 55,313
  • 14
  • 116
  • 115
1

You might want to look at .NET bindings to the Cairo library but it isn't a 100% managed solution obviously.

Rob Walker
  • 46,588
  • 15
  • 99
  • 136