I've been trying to convert SVG images to PNG using C#, without having to write too much code. Can anyone recommend a library or example code for doing this?
|
|
You can call the command-line version of incscape to do this: http://harriyott.com/2008/05/converting-svg-images-to-png-in-c.aspx Also there is a C# SVG rendering engine, primarily designed to allow SVG files to be used on the web on codeplex that might suit your needs if that is your problem: |
||||||||||
|
|
|
you can use altsoft xml2pdf lib for this |
||
|
|
|
|
I'm using Batik for this. The complete Delphi code:
|
||
|
|
|
|
Couldnt help noticing: @harriyott Isnt it your site www.harriyott.com?? |
||
