Open and read a DXF drawing without CAD software
Choose DXF file to open drawing
The file picker loads with the page. Files are read by your browser and are never uploaded to a server.
Privacy First
Your files are processed entirely in your browser. Nothing is uploaded to any server.
Drop the .dxf in and it renders in the page — pan by dragging, zoom with the controls, and read the layer names and entity counts beside it. The drawing is parsed and drawn by this browser tab, so the file is never uploaded. Use the download button if you also want a PDF copy to send on.
Open a DXF drawing in the browser and read it: pan, zoom, and see the layers and entity counts. The drawing is rendered as vector rather than a picture of a drawing, so zooming in on a dimension stays sharp at any magnification instead of turning into blocks. Geometry (lines, polylines, circles, arcs, ellipses and splines) and TEXT/MTEXT labels are drawn; hatching, dimension arrows, blocks and custom objects are not. Nothing is uploaded — which is the point, because engineering drawings are routinely covered by an NDA that a server-side viewer would breach.
Upload DXF file
Select DXF file from your device or drag file into the upload area.
Review files
Review the selected files and continue when they are ready.
Open Drawing
Run the DXF Viewer tool to create the ON-SCREEN DRAWING output.
Download the result
Download the finished file. The original file stays on your device and is not uploaded.
Because the drawing is rendered as vector, not as a picture of a drawing. Most online DXF viewers convert the file to a PNG or JPEG on a server and send you that image, so magnifying a dimension magnifies its pixels and the number you were trying to read turns into blocks. Here the DXF geometry becomes SVG paths and the browser redraws them at whatever magnification you pick, so a 1:200 site plan can be zoomed to read a door width without the line weights degrading.
It draws the geometry — lines, polylines, circles, arcs, ellipses and splines — plus TEXT and MTEXT labels, which is where dimensions, part numbers and notes live. It does not draw hatching, dimension arrowheads, block inserts or application-specific custom objects. That means it is reliable for reading a drawing and identifying it, and it is not a substitute for CAD when a decision depends on a hatched region or a dimension leader. Check anything dimensional against the source.
Because of what is usually attached to it. Engineering drawings arrive under non-disclosure agreements, supplier contracts and sometimes export-control rules, and those routinely prohibit transferring the file to a third party — which is exactly what a server-side viewer is, however briefly it keeps the file. A viewer that never transmits the drawing sidesteps the question, and you can confirm it: open your browser devtools, load the page, then open a drawing and watch the network tab stay quiet.
ASCII DXF files are read, across the common AutoCAD releases from R12 onward, which is what almost every CAD package emits when you export DXF for interchange. Binary DXF and the native DWG format are different containers and are not read — if you have a DWG, export it as DXF from whatever produced it first. A file that opens with no visible geometry is usually a template containing only layer and style definitions, and the entity count beside the drawing will show zero.
No. The drawing is parsed and rendered by code running in this tab, and the rendered result is held in memory as a temporary object in your browser rather than written anywhere. That is the difference that matters for this format: the hosted DXF viewers all post your file to a server and promise to delete it later, which is a promise you cannot verify and which an NDA on a supplier drawing does not care about.
Explore our collection of 46 free PDF tools, all with privacy-first processing.
Browse All ToolsDrag & drop files here or click to browse
DXF • Max 50 MB
Files are processed in your browser and never uploaded
The file is opened by this browser tab. Nothing is uploaded, which is the part that matters when a drawing is covered by an NDA.