How to convert DXF to SVG or PNG without AutoCAD
Published on September 12, 2026
Convert a .dxf drawing to SVG or PNG for free, in your browser and without AutoCAD: upload the file and download the image. See which format to pick and what's left out.
SVG or PNG: which one for your drawing
Pick SVG when the drawing goes on a website, into a vector editor or into a document that may be enlarged: SVG stores lines and curves as geometry, so it stays sharp at any zoom and is usually light. Pick PNG when the destination is Word, PowerPoint, an email or social media, which treat images as pixels; there you set the resolution and the background. In both cases the conversion runs in your browser, and the drawing never leaves your device.
- SVG: website, blog, Figma, Inkscape, Illustrator, LibreOffice Draw, printing at any size. No options: the whole drawing becomes a vector with the drawing area as its frame.
- PNG: Word, PowerPoint, Google Docs, WhatsApp, email, social media. You choose 1024, 2048 or 4096 pixels on the longer side and a white or transparent background.
How to convert DXF to SVG
- Open the DXF → SVG tool and upload the .dxf drawing. You can upload several; each produces its own SVG.
- Click "Convert and download SVG" (or "Convert N drawings" when there are several). The converter is loaded only at that moment and runs in the browser.
- Receive the file with the same name as the drawing, for example "plan.dxf" becomes "plan.svg". The screen shows "N elements drawn across M layers" and, if anything was left out, how many elements.
How to convert DXF to PNG, with resolution and background
- Open the DXF → PNG tool and upload the .dxf drawing.
- Under "PNG resolution", choose "1024 px on the longer side", "2048 px on the longer side" (default) or "4096 px on the longer side". The number applies to the longest side; the other follows the drawing's proportions.
- Under "Background", choose "White background" (default) for documents and printing, or "Transparent background" to overlay the drawing on another image or slide.
- Click "Convert and download PNG". The file comes out with the same name as the drawing, such as "plan.png", and the screen shows the element and layer counts.
Everything happens in your browser: the DXF reader is loaded only when you convert, and the drawing, the SVG and the PNG never leave your device. Good for designs you don't want to expose.
Which PNG resolution to choose
- 1024 px: quick preview, messaging, social media. Small file; fine details may vanish.
- 2048 px: documents and presentations. It's the default and covers most cases.
- 4096 px: printing or highly detailed drawings. On large drawings, building the image takes a lot of memory; on a weak phone it can fail with "Could not generate the drawing's image". If that happens, step down one level.
What gets drawn and what's left out
The converter draws the geometry: lines, arcs, circles, ellipses, curves (splines) and polylines, with each layer's line color. Inserted blocks are expanded into those same shapes. Text, dimensions (the annotated measurements) and hatches are not drawn, and there's no font substitution: labels simply don't appear. After converting, the screen shows "N elements drawn across M layers" and, when the drawing contains elements the converter doesn't handle, one more line: "N elements were left out (text, dimensions or hatches)". Check the file before using it.
- Included: lines, polylines, circles, ellipses, arcs, curves, inserted blocks, line color per layer.
- Left out: text and labels, dimensions, hatches, points, filled surfaces, line weight, dashed line types.
- If the drawing has no recognizable element at all, you'll see "The drawing has no elements to convert".
I received a .dwg: now what?
.dwg is AutoCAD's internal format and isn't converted here; the tool only accepts .dxf, the open exchange format from the same company. If you upload a .dwg, the page only points the way: open the file in your CAD program (AutoCAD, BricsCAD, DraftSight, LibreCAD, FreeCAD or another), use "Save as" or Export and choose DXF. If the program asks, prefer text (ASCII) DXF, which is what the converter reads. Then just bring the .dxf here.
Check the drawing before converting
Not sure the drawing will come out as you expect? Open the .dxf in the CAD viewer: you can zoom, pan and see the element and layer counts. It uses the same drawing engine as the converters, so what you see there is what goes into the SVG and the PNG. The viewer also has "Download image (PNG)" and "Download vector (SVG)" buttons; use the converters when you want to choose resolution and background, or convert several drawings at once.
View CAD drawings (.dxf) in your browser →Common errors
- "Could not read this .dxf drawing": the file is damaged, incomplete or in a format the reader doesn't understand (such as binary DXF). Export it again from your CAD, as text DXF.
- "The drawing has no elements to convert": the DXF came empty or contains only elements the converter doesn't draw, such as text and dimensions.
- "Could not generate the drawing's image": PNG only; building the image ran out of memory. Try 2048 or 1024.
- Invisible lines in a transparent PNG: black lines on a transparent background disappear when the slide or website is dark. Use "White background" or place the PNG over a light background.
The SVG comes out with the drawing area as its frame and no fixed size, so it fits the space on the page or in the editor. The PNG always has an alpha channel, even with a white background, and never exceeds 4096 pixels on the longer side.
