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.
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.
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.
