cadblockdwg

How-to guide · how to import a cad block into a pdf

How to put a CAD block into a PDF

DWGDXFFree1,086 words

By Sumana Kumar · Published 4 Nov 2023 · Updated 24 May 2024

Getting a CAD block into a PDF is how you share a drawing with someone who has no CAD software at all — a client, a contractor, a planning officer. A PDF opens on any device, prints predictably, and (done right) keeps the drawing as crisp vector lines that stay sharp at any zoom. The catch is doing it so the result is to scale and vector, not a fuzzy screenshot.

This guide covers the proper route from AutoCAD using PLOT, how to keep the output vector and correctly scaled, how to set lineweights so the PDF reads cleanly, and a free fallback for when you don't own AutoCAD. The goal throughout is a PDF a builder could measure off, not just look at.

Step 1 — Open the drawing and frame the block

Open the DWG containing the block or drawing you want to share. Decide exactly what should appear on the PDF — a single block, a detail, or a whole sheet. If you only want the one block, it helps to lay it out cleanly first: either isolate it in the drawing, or set it up on a layout (paper space) tab with a title block and viewport so the PDF looks like a proper drawing sheet rather than a fragment.

Working in a layout is the professional habit, because the viewport lets you set an exact plot scale (1:50, 1:100) and the sheet size matches a real paper size. For a quick single block, plotting straight from model space is fine.

Step 2 — Run PLOT and choose a PDF plotter

Type PLOT (or Ctrl+P) to open the Plot dialog. In the 'Printer/plotter' dropdown, choose one of AutoCAD's built-in PDF drivers — 'DWG To PDF.pc3' is the standard one and produces a true vector PDF. Avoid printing to a generic 'Microsoft Print to PDF' style driver where possible, because the dedicated DWG-to-PDF plotter preserves vectors, layers and even searchable text better.

Set the paper size to match your sheet (A3, A1, Letter, whatever suits), and choose what to plot under 'Plot area' — Layout if you set up paper space, or Window to draw a box around just the block in model space.

Step 3 — Set the scale so it's measurable

This step is what separates a useful drawing PDF from a picture. In the 'Plot scale' area, untick 'Fit to paper' if you need a real scale, then set the scale explicitly — for example 1:50, meaning 1 mm on paper equals 50 mm in the drawing. A PDF plotted at a known scale can be measured off accurately by anyone, which is exactly what a contractor needs.

If the drawing is just for a visual impression and scale doesn't matter, 'Fit to paper' is fine and simplest. But for any technical use — setting out, ordering materials, checking sizes — set the explicit scale so the geometry on paper relates predictably to real-world dimensions.

Step 4 — Control lineweights and colours

A drawing reads through its lineweights — thick lines for cut elements, thin for detail — so set a plot style before you export. In the Plot dialog, the 'Plot style table' dropdown (top-right) lets you pick one: 'monochrome.ctb' plots everything black, which is usually what you want for a clean, professional drawing PDF, while a colour-dependent style maps screen colours to specific pen weights.

Tick 'Plot with plot styles' and 'Plot object lineweights' so the weights you assigned in the drawing actually appear. The difference is stark — a PDF that ignores lineweights looks flat and amateurish, while one that honours them reads like a proper construction drawing with a clear visual hierarchy.

Step 5 — Preview, plot and check the vectors

Click 'Preview' to see exactly how the PDF will look — this catches a wrong scale, a clipped block or missing lineweights before you commit. When it looks right, click OK and choose where to save the PDF. AutoCAD writes the file and you have a shareable drawing.

Verify it is genuinely vector: open the PDF and zoom right in on a line. If the line stays razor-sharp at high zoom, it is vector and will print crisply at any size; if it turns into blurry pixels, you accidentally produced a raster export — go back and use the DWG-to-PDF plotter rather than a screenshot or image-based route. A vector PDF also lets the recipient measure and even snap to geometry in some viewers.

No AutoCAD? Print to PDF from a free viewer

If you don't own AutoCAD, you can still produce a PDF. Open the DWG in a free viewer or CAD program — DWG TrueView, DraftSight, LibreCAD — and use its Print or Plot command, choosing a PDF driver as the printer. DWG TrueView in particular has a proper plot dialog similar to AutoCAD's, including scale and lineweight controls.

The browser-based Autodesk viewer can also export or print to PDF for a quick share. The principles are identical wherever you do it: pick a PDF driver (ideally a vector one), set an explicit scale if the drawing must be measurable, and apply lineweights so the output reads as a drawing rather than a flat tracing. Then zoom in on the result to confirm the lines stayed sharp.

Free download

Browse the full library — DWG & DXF, no signup.

Download CAD blocks

Questions

Frequently asked

How do I keep the PDF vector instead of a blurry image?+

Plot using AutoCAD's dedicated 'DWG To PDF.pc3' driver (or an equivalent vector PDF driver in your viewer) rather than exporting an image or screenshot. Zoom in on a line in the finished PDF — if it stays sharp, it's vector; if it pixelates, redo it with the proper plotter.

How do I make the PDF to scale so it can be measured?+

In the Plot dialog, untick 'Fit to paper' and set the plot scale explicitly, such as 1:50. That fixes the relationship between paper and real-world size, so anyone can measure dimensions accurately off the printed or on-screen PDF.

Can I make a PDF of a CAD block without AutoCAD?+

Yes. Open the DWG in a free viewer like DWG TrueView, DraftSight or LibreCAD and use its Print/Plot command with a PDF driver. DWG TrueView's plot dialog includes scale and lineweight controls similar to AutoCAD's.

Why does my PDF look flat with no thick and thin lines?+

The plot ignored your lineweights. In the Plot dialog choose a plot style table (monochrome.ctb for clean black output), and tick 'Plot with plot styles' and 'Plot object lineweights' so the weights you assigned actually print.

Related downloads

Blocks for this guide

Popular blocks to download

Related categories

Related guides