Add your files
Drop one DWG or two hundred. Batch conversion is not a paid feature here.
A floor plan or a technical drawing has to go on a website, where CAD formats and PDFs are both awkward.
CAD entities become SVG paths, with layers mapped onto groups. The result is scalable, styleable with CSS and clickable, which is what makes it useful on the web.
CAD line weights are defined in real-world units for plotting; SVG strokes are defined in user units for display. Nothing translates the two automatically, so a drawing arrives with visually uniform hairlines unless the stroke widths are set deliberately after conversion.
Yes, if layers map to SVG groups with sensible ids. That is the main reason to prefer SVG over a PDF here.
A detailed drawing produces a lot of path data. Purge unused layers and freeze detail layers before converting.
Drop one DWG or two hundred. Batch conversion is not a paid feature here.
Scalable Vector Graphics is lossless, so nothing is thrown away in the conversion.
Converted and deleted the moment it finishes. Never written to permanent storage.