Hello,<br>I&#39;ve been trying to find a process today to generate an image to EMF (Windows Enhanced MetaFile). I&#39;m able to use the Java HEP package to create an EMF - however that seems to just embed the bitmap and you end up with a 2MB file as opposed to the attached SVG file. <br>


<br>Searching google, I came across this thread - <a href="http://old.nabble.com/Fwd:--SVG-to-EMF-quality-p25867395.html" target="_blank">http://old.nabble.com/Fwd:--SVG-to-EMF-quality-p25867395.html</a>.<br>I&#39;ve tried compiling the code in the thread to accomplish this, but I am left with an unsatisifed link error for the draw function. It&#39;s been a long time since I worked with MSVC!<br>


<br>I was wondering if anyone has code that I could compile (or possibly execute) on Windows - and whether this will produce an EMF file of a similar size to the SVG file ( HEP also produces similar sized pdf and eps files - just not emf) - or if it will also balloon to 2MB.<br>


<br>Thanks,<br>Bryan.<br><br>    /* Undo the scale applied to the GDI CTM */<br>    cairo_scale (cr, 16, 16);<br>    draw (cr);<br>    cairo_destroy (cr);<br>