A drawing stored as geometry, not pixels
DXF stands for Drawing Exchange Format. It is a CAD file format that Autodesk introduced in 1982 so that 2D drawings could be passed between AutoCAD and other programs without anything being lost in translation. The format is open and documented, which is why it became the universal way to hand a flat drawing from one piece of software to another.
The key idea is what a DXF stores. Instead of recording coloured dots like a photo, it records geometry: each line by its start and end point, each circle by its centre and radius, each arc, polyline and piece of text with real X and Y coordinates. The file is plain text, so a .dxf is really a list of entities and the exact numbers that define them.
Why that matters for manufacturing
Because a DXF holds true coordinates, it is resolution-independent and to scale. You can open it at any zoom and the geometry stays razor sharp, and a 100 mm line is exactly 100 mm. That is precisely what a cutting machine needs: a clean path it can follow at the real size of the part.
- Laser cutters, plasma and waterjet read the outlines and inner cut-outs straight from a DXF.
- CNC routers and mills use it as the 2D profile to generate toolpaths.
- Other CAD programs import it as editable geometry, not a flat picture.
This is why, when a shop asks you to “send a DXF,” a screenshot or a PDF will not do — they need the vector geometry, not an image of it.
DXF vs an image file
The difference between a DXF and a JPG or PNG is the difference between instructions and a snapshot.
| DXF | JPG / PNG (image) | |
|---|---|---|
| What it stores | Vector geometry with coordinates | A grid of coloured pixels |
| Real measurements | Yes — every point has X, Y | No — only pixel positions |
| Zoom in | Stays sharp at any scale | Blurs and pixelates |
| Machine can cut from it | Yes, directly | No — must be traced first |
How to get a DXF of your part
If your part started as a photo or a sketch rather than a CAD model, you do not need to redraw it by hand. With TechDraw AI you upload a photo, set one real measurement so the scale is correct, and export a clean, dimensioned drawing — including a DXF the cutter can use. See how to convert an image to DXF, or, once you have the file, how to open a DXF file to check it. If you are deciding between formats, see DXF vs DWG.