DXF to image
View a DXF drawing and export it as a scalable SVG or EPS, or straight into PNG/JPEG/WebP/BMP/TIFF — entirely in your browser, nothing uploaded.
Sharing a drawing with someone who has no CAD
A DXF is the right file for a machine and the wrong file for almost everyone else. The customer approving a design, the supplier pricing a job, the colleague who just needs to see the part — none of them should have to install CAD software to open an attachment. This tool turns the drawing into something anyone can open: a PNG for an email or a quote request, an SVG for a web page or a document, a preview for a work order. Because it runs in your browser, it also doubles as a quick viewer for your own files when you are away from your CAD machine.
Choosing the format for the destination
Think about where the picture is going. SVG is the choice when someone might zoom — it stays razor sharp at any size, stays small, and drops straight into web pages and modern documents. PNG is the safe all-rounder for email, Word and slides, and it keeps line work crisp. JPEG is best kept for when file size beats quality, because its compression visibly softens thin lines. WebP is a modern, smaller alternative where you know it is supported, and BMP or TIFF exist for older industrial and document-management pipelines that insist on them. EPS, finally, is for handing line work into print and prepress workflows. For the pixel formats, pick the Size setting generously when the drawing is dense — pixels are cheap, and a cramped export helps nobody.
Check the preview against the original before you send
The honest workflow with any converted drawing is a ten-second visual compare. This reader draws the everyday entities and leaves exotic ones out rather than guessing, so a drawing that leans heavily on blocks, dimensions or hatches will look sparser here than it does in CAD. If that happens with a file someone sent you, ask them to explode the blocks before exporting — that converts them into plain entities every tool can read. When text or ellipses matter, prefer a pixel format for the export, since the image outputs draw everything the parser understood. And if what you actually need is to change the drawing rather than picture it, our browser-based DXF editor (/dxf-editor) covers the quick fixes — while an over-heavy file can be slimmed with the DXF node optimizer (/dxf-optimizer) first.
What this reads — an honest answer
This reads DXF's own ASCII format directly — no external library. It understands the common drawing entities (lines, circles, arcs, ellipses, polylines, points, text), which covers the vast majority of real-world CAD exports and everything our own DWG/scan-to-DXF tools produce. Less common entities (splines, hatches, blocks, dimensions) are skipped rather than guessed at. One honest note: the image outputs draw everything listed, but the SVG export currently skips ellipses, and EPS skips ellipses and text — pick an image format when those matter.
Is my drawing uploaded anywhere?
No — parsing and rendering both happen entirely in your browser. Nothing about your file ever leaves your device.
Why does size only apply to some formats?
SVG is vector — it has no fixed resolution, it stays sharp at any size. The size setting only matters once you export to a pixel-based format like PNG or JPEG.
