Hi,
Is there a way/library to convert a file in SVG format to PNG I know about
ImageMagickObject (COM object), but
it's SVG conversion feature is still in development (and not doing the job). Inkscape command line does the job well, but the end users would have to first install it on their machine in order for my program to work... Which is not very desirable.
Any ideas

Convert SVG to image (PNG or else)
Huybs Kris
You can use the batik svg toolkit. We successfully use this to perform a server side conversion. You need to install java. We are initiating the process from c# using System.Diagnostics.Process.Start
Hope this helps
Ian Bates