AI to DXF
Extract the real vector paths from an Adobe Illustrator file and convert them to a DXF drawing — entirely in your browser, nothing uploaded.
Reading the drawing, not photographing it
Most image-to-CAD tools rasterise your artwork into pixels and then guess shapes back out of them. This one can do something fundamentally better, because an Illustrator file makes it possible: it opens the file and replays the actual drawing instructions stored inside — move here, draw a line there, curve to this point — while keeping track of every transformation applied along the way. The coordinates in your DXF are therefore the same coordinates Illustrator saved, not an approximation of them. Curves are sampled into short straight segments, because a plain DXF has no native bezier curve, but every sample point sits exactly on the original curve. No threshold slider, no jagged edges, no detail lost in thin lines — the things that make traced conversions disappointing simply never enter the picture here.
Why a file from before 2000 will not open
The trick relies on a decision Adobe made with Illustrator 9, back in 2000: from that version on, every .ai file saved with the PDF-compatibility option ticked — the default setting — is a complete, valid PDF underneath its Illustrator-specific data. Files older than that are pure PostScript with no PDF layer at all, and this tool has nothing it can read. The same applies to modern files saved with the compatibility option deliberately switched off to keep them smaller. The fix is the same in both cases: open the file in Illustrator (or anything that reads it) and re-save with the option ticked, or export as SVG and use our SVG to DXF tool instead — that route is just as accurate, since SVG carries the same vector data.
After the conversion: other outputs and tidying up
The output on this page is not limited to DXF — the Convert to menu can also write SVG, EPS, a vector PDF or a plain image from the same loaded file, so one .ai can feed a laser cutter, a website and a print job in a single visit. These conversions run in your browser with no daily cap. Two practical tips for the DXF route: text and embedded photos inside the artwork are not turned into geometry, so if lettering matters, convert it to outlines in Illustrator first (Type menu, Create Outlines) before saving — outlined text is ordinary paths, and those come through. And if the drawing needs a small correction afterwards, our free DXF Editor opens the result directly in your browser, where you can move, trim and measure it before sending it anywhere.
How this actually works
Every Illustrator file saved with "Create PDF Compatible File" checked (the default since Illustrator 9, so almost every real-world .ai file) is a valid PDF underneath its Illustrator-specific data. This tool opens that PDF layer and reads the real drawing commands straight out of it — lines, curves, rectangles — not a rasterized image guessed back into shapes. That means genuinely accurate outlines, unlike a photo-to-DXF trace. Curves are converted into short straight segments for DXF compatibility. Text objects and raster images inside the file aren't extracted as vector geometry.
Is my file uploaded anywhere?
No — everything happens in your browser, including reading the file's internal PDF structure. Nothing about your file ever leaves your device.
Why did it say my file isn't "PDF Compatible"?
Illustrator has an option to leave this off (it makes files smaller) — without it, the file has no readable PDF layer for this tool to open. Re-save from Illustrator with "Create PDF Compatible File" checked, or export as SVG or PDF instead and use our SVG to DXF or PDF to DXF tool.
