Converting PDF drawings to DWG is one of the most requested tasks in any CAD office — a client sends a PDF of existing drawings, and you need editable geometry to work from. And the reverse — converting DWG to PDF for issue — is equally common. Neither is as straightforward as it looks, and understanding the limitations saves a lot of wasted time.

PDF to DWG: What You Are Actually Getting

A PDF drawing is either vector-based (lines stored as mathematical paths, created by plotting directly from CAD software) or raster-based (a scanned image embedded in the PDF). Vector PDFs can be converted to editable DWG geometry. Raster PDFs cannot — they are images and remain images unless you use OCR (optical character recognition) combined with vectorisation, which produces approximate results.

Even with a clean vector PDF, the conversion will not give you a perfectly organised DWG. Lines arrive on generic layers (often named by colour), text may not recognise fonts correctly, hatches become individual line segments, and there is no intelligence — walls are just lines, not Revit or Civil 3D objects. You always need to clean up and reorganise the result.

Method 1: AutoCAD PDF Import (Built-in)

AutoCAD 2017 and later has a built-in PDF import function. Go to Insert — PDF Import (or type PDFIMPORT at the command line). Select the PDF file, choose which pages to import, and set the import options — whether to import vector geometry, raster images, and TrueType text. AutoCAD places the geometry in the drawing at the correct scale if the PDF was created at a known paper size and scale.

This method works well for clean, vector PDFs plotted directly from CAD. It struggles with scanned or low-quality PDFs. The resulting geometry lands on a limited set of layers (0, PDF_Geometry, PDF_Hatch, PDF_Text) and needs to be reorganised.

Method 2: Dedicated Conversion Software

Purpose-built PDF-to-DWG tools — Able2Extract, PDF2CAD, Bluebeam Revu, and Investintech — produce cleaner results than AutoCAD’s built-in importer, particularly for text recognition and layer organisation. They analyse the PDF structure more deeply and attempt to reconstruct logical layer groupings. For high-value conversions (existing drawings you will base significant new work on), the extra cost of dedicated software is usually worth it.

Method 3: Manual Tracing

For scanned drawings or low-quality PDFs where automatic conversion produces unusable results, the reliable approach is to attach the PDF as an underlay in AutoCAD (Insert — PDF Underlay) and trace the geometry manually on proper layers. This takes longer but produces clean, organised geometry that you can trust. For regulatory or construction drawings, this is often the only approach that meets the required accuracy.

DWG to PDF: The Right Way

Plotting DWG to PDF in AutoCAD uses the DWG To PDF.pc3 plotter driver. Access it via Plot (Ctrl+P), select DWG To PDF.pc3 as the printer/plotter, choose your paper size, and set the plot area to Layout (for paper space layouts) or Window (to define a custom area in model space). Use a CTB or STB plot style to control line weights correctly.

For batch plotting multiple sheets, use the Publish command (File — Publish or type PUBLISH). Add all sheets to the publish list and output as a single multi-page PDF or individual PDF files per sheet. Publish preserves page setups and produces consistent, print-ready PDFs in one operation.

Checking PDF Quality Before Conversion

Open the PDF in Adobe Acrobat Reader and try to select text with the cursor. If you can select individual letters or lines of text, the PDF contains vector data and will convert well. If clicking selects the entire page as an image, it is a raster scan — manage expectations accordingly and plan for manual cleanup or retracing.

Conclusion

PDF to DWG conversion is a starting point, not a finished product. The best conversions still require cleanup, layer organisation, and a QC check against the original drawing. For DWG to PDF, AutoCAD’s built-in plotter and Publish command produce professional results when the page setup and plot styles are configured correctly — the same setup that matters for physical plotting.