Click to See Complete Forum and Search --> : Converting SVG files to WMF


nareshpunjabi
February 15th, 2004, 10:58 PM
Is there any dot net api that I can use to convert a SVG(Scalable Vector Graphics) image to WMF(Windows Meta file).

pareshgh
February 17th, 2004, 12:08 AM
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

nareshpunjabi
February 17th, 2004, 02:30 AM
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