How to convert .EMF to .SVG file in c#

752 Views Asked by At

I have windows form application which already have emf files in database. Currently I am converting .emf to .png and display as image but I need to convert .emf to .svg file which I can display on web app.

P.S. Conversion will be done in API side which is written under .Net framework(C#)

How can I achieve?

0

There are 0 best solutions below