Vector & CAD format

DXF converter

DXF (.dxf) is Autodesk's Drawing Exchange Format, created so CAD drawings could move between AutoCAD and everything else. It spells out entities — lines, arcs, polylines, text, dimensions — as tagged group-code and value pairs, most often in plain ASCII that a human can read in a text editor.

Private for supported formats — processed in your browser

Convert supported files

Runs on your device

Drop DXF files here

Batch files can each use a different output. Nothing uploads for local conversions.

Working inputs include camera RAW, browser-local audio/video, PDF, CBZ/CBR comics, office documents, ebooks, markup, 3D models, structured text, images, and archives.

Where DXF comes from

DXF shipped with the very first release of AutoCAD in December 1982, making it one of the oldest data-exchange formats still in daily use. Autodesk publishes the reference documentation and revises the format with each AutoCAD release, though third-party tools commonly target the stable R12 and 2000-era dialects.

How DXF works

  • Organized into HEADER, TABLES, BLOCKS, ENTITIES, and OBJECTS sections; every datum is a group-code integer followed by a value.
  • Exists in ASCII and binary variants; ASCII dominates interchange despite being several times larger.
  • Covers 2D and 3D geometry: lines, arcs, circles, lightweight polylines, splines, meshes, and 3D solids (the last stored as opaque ACIS data).
  • Layers, linetypes, and block definitions carry over, but application-specific objects degrade to proxy entities outside AutoCAD.

When to use DXF

  • Exchanging 2D drawings between different CAD packages
  • Importing cut paths into laser cutters, plasma tables, and vinyl plotters
  • Bringing floor plans into illustration or GIS software
  • Archiving drawings in a text-inspectable form

Strengths and limitations

Strengths

  • The universal 2D CAD interchange format, readable by practically every CAD, CAM, and cutting tool
  • Human-readable ASCII aids debugging and repair
  • Openly documented by Autodesk

Limitations

  • No conformance levels — files from different eras and exporters vary widely in what they contain
  • ASCII files balloon in size on dense drawings
  • Visual styles, layouts, and custom objects often survive only partially

Compatibility

Every serious CAD application — AutoCAD, BricsCAD, FreeCAD, LibreCAD, SolidWorks — reads and writes .dxf, and fabrication machines accept it directly. Browsers and office software do not open it natively, so sharing with non-CAD audiences usually means converting to SVG or PDF.

The HEADER section stores drawing variables such as units, extents, and the originating AutoCAD version, but authorship metadata is thin compared with document formats.