Does anyone know any way of converting DXF files to WMF in Python ?
I need to print out a lot of DXF files with a dot matrix printer and I find the best result is to convert DXF to WMF.
I tried to use PNG and PDF but the result is not good enough because the line or circle is not smooth when using PNG or PDF. That is why I need WMF, thank you.