Free forever · No sign-up · No watermark
TIFF to DWG Converter
Drop a .tiff or .tif blueprint scan below and download a DWG with editable polylines and real text. Free, unlimited, no sign-up.
Drop images here, or click to choose
Conversion starts immediately. Up to 100 MB per file. You can also paste a screenshot
How to convert TIFF to DWG
Upload your TIFF file
Drop your .tiff on the converter, click to browse, or paste a screenshot with Ctrl+V.
We trace the lines
TIFF's CCITT Group 4 scans arrive already binary, so cleanup mostly de-speckles rather than thresholds before the skeleton is walked.
Download a real DWG
You get a native 2018-format DWG with editable LWPOLYLINE geometry on its own A-SKETCH layer — editable geometry, ready to draft on, not a picture to trace again.
What you get: lines, not pictures
A floor plan with solid walls, furniture and text — and the CAD geometry this converter produces from it. Walls keep both faces, every thin line is a single editable polyline, and labels become real editable text.


About TIFF to DWG conversion
If a drawing was ever archived properly, it is a TIFF. Wide-format blueprint scanners, document management systems and every municipal records office standardised on it decades ago, usually with CCITT Group 4 fax compression — lossless, bilevel, and astonishingly compact for line work. That is the happy case for this converter: a Group 4 TIFF is already pure black and white, so there is no threshold decision to get wrong and cleanup is mostly a matter of removing scanner speckle before the skeleton is walked.
Two TIFF-specific caveats. First, both extensions are the same format — .tif and .tiff are accepted identically. Second, TIFF is a container that can hold many pages, and drawing archives routinely put a whole sheet set in one file. Only the first page is converted here, so split multi-page archives before uploading; every conversion is free and unlimited, so running twelve sheets through costs nothing but twelve uploads.
Frequently asked questions
Convert from a script or an AI agent
The same conversion is one HTTP call — no key, no account, no rate limit. The full machine-readable spec lives at /llms.txt.
curl -X POST https://nasji.com/api/convert \
-F "[email protected]" \
-F "target=dwg" \
-o drawing.dwg