Hello,
So our app has been using the SVG to DXF conversion for some months now, with success.
Despite the conversion working, the customers came out to us complaining about the scaling of the DXF files.
There is indeed a scaling problem in the resulting DXF. The distances are not the same as is the PDF. We tried to play with the zoom/viewBox but the scaling of the result DXF file seems very inconsistent. Even deleting an element to simplify the SVG gave me some different scaling.
Here is a picture of the input SVG, which only contains a 400x300mm green rectangle:
image.png (79.6 KB)
Here is the output DXF from your service, and you can see the measure shows wrong results (quite a big difference for this occurrence):
image.png (112.7 KB)
Just for the extra information, here is the exact same SVG file but without the “width” and “height” in the SVG tag, and the DXF output still show a different measure:
image.png (111.8 KB)
Our app is a very precise construction dimensioning. As it is currently in production, we can’t afford to provide that kind of DXF export. We need either a quick workaround or a quick fix, or we’ll need to consider converting the DXF ourselves :'(.
Hopefully we can find a solution together. Good luck with this one.