DXF to PDF converter — 100% private, no upload

Convert a DXF file to a vector PDF. Drop the file below, pick the unit, click convert. Your file stays on your computer.

Have a .dwg, not .dxf? Open it in AutoCAD (or any DWG viewer), then File > Save As > DXF and upload here. We can only read DXF — DWG is a closed binary format that no browser can decode reliably.
Click or drop a .dxf file here
DXF up to a few MB.
Result will appear here.

Supported entities

LINE, CIRCLE, ARC, LWPOLYLINE, POLYLINE, TEXT. Splines, hatches, dimensions and blocks are skipped with a count in the result so you know what was lost. Most simple engineering and architectural 2D drawings render fine.

Common questions

Which DXF versions are supported?

The tool parses the widely used entity types — lines, polylines, arcs, circles, text — across common DXF releases from the last two decades. Exotic proxy entities and 3D solids are simplified or skipped.

Is the drawing uploaded to a server?

No. The DXF file is parsed and rendered entirely in your browser. Nothing is uploaded, which also means large drawings convert as fast as your own device allows.

Why do some layers look different from AutoCAD?

The renderer aims for geometric fidelity — the shapes, positions and dimensions match. Line weights, plot styles and custom fonts that depend on your CAD installation's settings cannot be reproduced exactly in a browser.

Can I convert confidential drawings and site plans?

Yes — that is the main reason this page exists. Uploading a client's floor plan or a factory layout to a random converter site is a data-protection incident waiting to happen. Here the DXF is parsed in your browser tab, so the drawing never leaves the machine it is already on.

Can I use it with the internet switched off?

After the page has loaded, yes. The converter needs no server round-trip, so it keeps working on a locked-down office network or with the connection pulled entirely — the fastest way to confirm that no upload is happening.

People also use this for…

Every tool below is also 100%% local: no upload, no account, no server copy — the same privacy guarantee you get on this page.

How to convert a DXF drawing to PDF

  1. Export your drawing as DXF from AutoCAD, DraftSight, LibreCAD, QCad or FreeCAD (File → Save As → DXF). The ASCII flavour of DXF is the one this tool reads.
  2. Choose the file here, then set the page size (A4, A3, Letter…), the drawing units your CAD file uses, and a line thickness if the default hairlines are too faint.
  3. Click Convert to PDF. The drawing is parsed and re-drawn as vector lines, then downloaded as a single PDF.
  4. Open the result and check the scale before you send it out — a drawing that was modelled in millimetres but labelled as inches will come out 25.4× too large.

How the conversion works

A DXF file is a plain-text list of group codes followed by values — pairs like 0 (entity type: LINE, LWPOLYLINE, CIRCLE, ARC, TEXT) and 10/20 (X/Y coordinates). The converter reads the ENTITIES section, walks that list, and translates each supported entity into a drawing command on the PDF page. Coordinates are scaled from drawing units into PDF points (one millimetre is 2.8346 points), and the page is generated with the jsPDF library entirely inside your browser. Because the output is vector, the PDF stays sharp at any zoom level and prints cleanly on a plotter.

Supported files and known limits

Why this is safer than an online converter

Engineering drawings are confidential. Uploading a floor plan, a piping layout or a client's part geometry to a stranger's server is a real disclosure risk, and many "free" converters retain copies. Here the file is read with the browser's File API and parsed locally — it is never transmitted, and nothing is stored once you close the tab.

Troubleshooting

FAQ

Do layers survive the conversion?

Geometry from all visible layers is drawn, but the layer structure itself is flattened into one PDF page — this tool produces a drawing to look at and print, not an editable layered file.

Can I convert several drawings at once?

Not in one go; each file is converted separately so you can check the scale and page size per drawing.

Is the output text-searchable?

Yes for standard text entities that were rendered as text, though complex or font-substituted annotations may come through as outlines.