cadblockdwg

How-to guide · how to plot a drawing to pdf in autocad

How to plot a drawing to PDF in AutoCAD

DWGDXFFree1,092 words

By Sumana Kumar · Published 30 May 2023 · Updated 6 Oct 2025

A PDF is how a drawing leaves AutoCAD and reaches everyone who does not have CAD — clients, contractors, planning officers and print shops. AutoCAD plots to PDF through a built-in virtual plotter, so the workflow is the same one you use to send a drawing to a physical printer, just with a file as the output instead of paper.

This guide plots a single layout to PDF cleanly and to scale, then covers the few settings — page size, plot area, scale and plot style — that decide whether the PDF comes out crisp and measurable or stretched and grey. Get these right once, save them into a page setup, and every PDF after that is two clicks away.

Step 1 — Open the Plot dialog on the right layout

Click the layout tab you want to publish (not the Model tab, unless you are plotting raw model space), then press Ctrl+P or type PLOT. The Plot dialog opens, showing the printer/plotter, paper size, plot area, scale and plot style for this layout.

Plotting from a layout is almost always the right choice, because the layout already holds your title block, your viewports and their fixed scales. Plotting from model space is fine for a quick check print but skips the sheet composition that makes a drawing presentable.

Step 2 — Choose the DWG To PDF plotter

In the Printer/plotter drop-down, select 'DWG To PDF.pc3'. This is AutoCAD's built-in PDF writer; it produces a vector PDF where lines stay sharp at any zoom and text remains selectable. Avoid 'print to PDF' drivers from other software where you can — the native DWG To PDF plotter gives cleaner line weights and embedded fonts.

If you need higher-quality output or layers preserved in the PDF, the related 'AutoCAD PDF (High Quality Print)' option does the same job with extra settings. For most drawings the standard DWG To PDF plotter is all you need.

Step 3 — Set the paper size and plot area

Pick a paper size that matches your sheet — A1, A3, ISO or ANSI as appropriate. Then set 'What to plot'. From a layout, choose 'Layout' to plot the whole sheet inside its margins; this respects the scales you already set in each viewport. From model space you would instead pick 'Window' and box the area you want, or 'Extents' to capture everything.

Tick 'Center the plot' if you plotted a window and want it middled on the page, and leave 'Fit to paper' unticked when you need a true scale — fitting to paper overrides your viewport scales to make everything fit, which is fine for a thumbnail but wrong for a measurable drawing.

Step 4 — Set the scale and plot style

When plotting a layout, set the plot scale to 1:1 — the viewports inside the layout already carry the real drawing scales, so the sheet itself plots at full size. Only change the plot scale when you are plotting model space directly and want, say, 1:100.

Under 'Plot style table (pen assignments)', choose a CTB or STB file if your office uses one; this maps colours to line weights and can force everything to print monochrome. For a clean black-and-white PDF, pick 'monochrome.ctb'. Leave it set to None to plot in the colours shown on screen.

Step 5 — Preview, then plot to a file

Click 'Preview' (bottom-left) to see exactly what the PDF will contain. Check the drawing sits inside the margins, the line weights look right, and nothing is clipped. Press Esc to leave the preview, adjust anything that looks wrong, and preview again until it is correct.

When the preview is good, click OK. AutoCAD prompts for a filename and location — name it clearly (project, sheet number and revision is a good habit) and save. The PDF is written, and if 'View plot' was on, it opens for a final check.

Checking line weights and quality before you send

A PDF that looks fine on screen can still print badly, so do two quick checks before issuing it. Open the finished PDF and zoom right in: vector lines from the DWG To PDF plotter stay crisp at any magnification, and if they go fuzzy you have accidentally rasterised the output somewhere. Then confirm the line-weight hierarchy reads — bold cut lines and outlines should stand clearly apart from thin grid and dimension lines.

If every line comes out the same weight, the plot-style table is set to None and the drawing has no explicit line weights, so AutoCAD plotted everything at a default thickness. Attach a CTB or assign line weights by layer and re-plot. Checking these now, on one sheet, saves reprinting a whole set later.

Getting consistent, professional PDFs every time

Two settings make the difference between a one-off plot and a repeatable one. First, save your printer, paper, scale and plot-style choices as a named page setup (the Add button next to 'Page setup' at the top of the dialog), so the next plot inherits them. Second, keep line weights in a plot-style table rather than in the drawing, so a single CTB change updates every sheet.

For a presentation set, plot each sheet to its own PDF, or use PUBLISH to batch every layout into one multi-page PDF in a single pass. Either way, preview at least one sheet before committing the batch, because a wrong plot style or scale repeats across the whole set otherwise.

Free download

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

Download CAD blocks

Questions

Frequently asked

Why is my PDF coming out greyscale or faded?+

A plot style table is forcing it. Check 'Plot style table (pen assignments)' in the Plot dialog. Set it to None to plot true colours, or 'monochrome.ctb' for solid black lines. A screened or greyscale CTB will wash the drawing out.

How do I plot to scale instead of fitting to the page?+

Untick 'Fit to paper' and set the plot scale to 1:1 when plotting a layout, since the viewports already hold the real scales. 'Fit to paper' resizes everything to fill the sheet, which breaks any true scale.

Should I plot from model space or from a layout?+

Plot from a layout for finished drawings — it includes your title block and scaled viewports. Model-space plotting is best kept for quick check prints where composition does not matter.

What's the difference between DWG To PDF and AutoCAD PDF (High Quality)?+

Both produce vector PDFs. The High Quality Print option exposes extra controls for resolution, layer export and hyperlinks. For everyday sheets the standard DWG To PDF plotter is sufficient and faster.

Related downloads

Blocks for this guide

Popular blocks to download

Related categories

Related guides