cadblockdwg

How-to guide · how to batch plot multiple layouts in autocad

How to batch plot multiple layouts in AutoCAD

DWGDXFFree1,049 words

By Sumana Kumar · Published 19 Apr 2025 · Updated 24 Feb 2026

Plotting one sheet at a time is fine for a drawing or two, but a real project might have dozens of layouts across several files. The PUBLISH command plots them all in one pass — to a single multi-page PDF, to separate PDFs, or to a physical plotter — so you set up the sheet list once and let AutoCAD work through it.

This guide uses PUBLISH to batch every layout into one tidy PDF, covers ordering and naming the sheets, and shows how to save the list so the next issue is a single click. It also explains the page-setup overrides that keep a mixed set of sheet sizes plotting consistently. Batch plotting is the difference between issuing a drawing set in minutes and babysitting the plotter for an afternoon.

Step 1 — Open the Publish dialog

Type PUBLISH and press Enter, or find it under the application menu. The Publish dialog opens with a sheet list that, by default, includes the model and every layout in the current drawing. Each row is one sheet, named as DrawingName-LayoutName.

This is the central tool for batch plotting. Everything you need — which sheets, in what order, to what device, in what format — is set here in one place before you run the job.

Step 2 — Build and order the sheet list

Remove the rows you do not want to plot (the Model row, usually) by selecting them and clicking the remove button. Add layouts from other open drawings, or use 'Add Sheets' to pull in layouts from DWG files on disk, so a multi-file project publishes as one set. Each sheet shows its source drawing, its layout name and its current page setup, so you can see at a glance whether the list is complete and consistent.

Drag rows up and down to set the order they appear in the final PDF or the sequence they reach the plotter. Getting the order right here means the multi-page PDF reads in the correct sheet sequence — general arrangement first, details last, or whatever your set convention is. Rename the sheets in the list if you want the PDF bookmarks to read cleanly, since the publish output carries those names through as page labels.

Step 3 — Choose the output: one PDF, many PDFs, or a plotter

At the top of the dialog, 'Publish to' sets the destination. Choose 'PDF' to write files, or 'Plotter named in page setup' to send each sheet to whatever device its page setup specifies. For PDF, the options button lets you choose a single multi-sheet PDF (the usual choice for issuing a set) or one PDF per sheet.

A single multi-page PDF is the cleanest way to issue a drawing set: one file, paginated in your chosen order, easy to email and to print. Name it clearly with the project and revision so recipients know exactly what they have.

Step 4 — Apply page-setup overrides for a consistent set

If your sheets were built with the right page setups, PUBLISH simply uses each one. But you can override them at publish time: the 'Page Setup' column lets you assign a named page setup to any sheet, which is how you force a mixed set to use the same plotter, plot-style table or output settings.

This is where page setups earn their keep. A drawing whose layouts all reference a shared named page setup publishes consistently every time, because the plotter, paper, scale and CTB are defined once and reused across the whole list.

Step 5 — Save the sheet list and publish

Before running, save the sheet list as a DSD (Drawing Set Description) file with 'Save Sheet List'. The DSD records which sheets, in what order, with what settings — so the next time the set needs reissuing, you load the DSD and publish again without rebuilding the list. On a project that revises drawings every few weeks, that saved list is the difference between a thirty-second republish and ten minutes of rebuilding the dialog each time.

Click 'Publish' to start. AutoCAD plots in the background while you keep working, and a tray notification reports when the job finishes and flags any sheets that failed. If a sheet errors, the notification names it so you can fix just that layout and republish, rather than re-running the whole set. Open the resulting PDF and check at least the first and last sheets before sending it on, since a wrong plot style or paper size repeats silently across every sheet in a batch.

Batch plotting across a whole project with Sheet Sets

For large projects, the Sheet Set Manager (SSMANAGER) takes batch plotting further: it organises layouts from many drawings into a single named sheet set, then publishes the whole set — or any subset — in one command, with automatic sheet numbering and a title-block link to the set data.

A sheet set is more setup than a one-off PUBLISH, but on a project that reissues drawings repeatedly it pays back quickly. For a quick multi-sheet PDF today, PUBLISH with a saved DSD is the fast path; for an ongoing project, a sheet set keeps every issue consistent and traceable.

Free download

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

Download CAD blocks

Questions

Frequently asked

How do I plot all my layouts to one PDF?+

Run PUBLISH, remove the Model row, set 'Publish to' to PDF, and in the PDF options choose a single multi-sheet PDF. Order the sheets by dragging rows, then click Publish to write one paginated file.

Can I batch plot layouts from several different drawings?+

Yes. In the Publish dialog use 'Add Sheets' to pull layouts from other DWG files on disk, or open the drawings and add their layouts. All the sheets publish together into one set.

What is a DSD file?+

A Drawing Set Description file saved from the Publish dialog. It stores your sheet list, order and settings so you can reload and republish the same set later without rebuilding it — ideal for reissuing a drawing set at a new revision.

How do I keep a mixed set of sheets plotting consistently?+

Assign a shared named page setup to the sheets in the Publish dialog's Page Setup column, or reference the same page setup from each layout. That fixes the plotter, paper, scale and plot-style table across the whole set.

Related downloads

Blocks for this guide

Popular blocks to download

Related categories

Related guides