Reputation: 852
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?
Upvotes: 2
Views: 903