Hi,<br><br>I've been looking for a python based possibility to load svg data and render it to bitmap (png) and pdf files at the same time. I ended up with Cairo and already got it working so far on my linux box. But it does not work on Windows, neither works the example code "
svgconvert.py". The submodule svg is missing. The readme says that it is only aviable if certain libs are installed. It seems like libs for SVG support and PDF are missing.<br><br>Could I get a list of what I need to install on my windows machine to get svg->png and svg->pdf to work? Are there binaries or do I need to compile it myself (never have done that on Windows before).
<br><br>- Michael<br>