Is there any dot net api that I can use to convert a SVG(Scalable Vector Graphics) image to WMF(Windows Meta file).
Printable View
Is there any dot net api that I can use to convert a SVG(Scalable Vector Graphics) image to WMF(Windows Meta file).
logic,
1) SVG is similliar to XML file for graphics object information,
if you reffer to any SVG website and read its specification I am sure you will get the structure,
2) once read draw that thru C# GDI and save graphics as image.
i haven't tried practical example but it won't be a big problem
if you take a look at SVG file,
one more thing is to remember is scalling , since SVG generated files co-ordinates may be world co-ordinates..
if you need further help regarding reading SVG files plz reply to this msg.
regards
Paresh
Hi paresh,
Yeah, perhaps some more information on SVG would definitely help. In fact I have also have very little information on GDI. Could you please give me an elaborate explanation.
Thanks a lot
-Naresh