I have several SVG images which I want to bulk convert to EMF (and possibly WMF also) format. Here is one of the images.
I tried all online tools in first page of google search "svg to emf", but they add black background for transparent areas while converting this svg to emf.
I also tried inkscape command:
inkscape filename.svg --export-filename filename.emf
as suggested in this answer. But it also adds black background for transparent areas. Is there any way in which I can bulk convert several SVGs to EMFs (and if possible also WMF) without adding black background for transparancy?