Plotting and Printing from AutoCAD: Page Setups, Plot Styles, and PDF Export

Producing professional output from AutoCAD — whether printed drawings, PDFs for clients, or digital files for contractors — is a skill that many users handle inconsistently. Colours that look right on screen produce muddy, indistinct prints. Scale is off by a factor that makes dimensions unreadable. Text overflows its borders, or the title block gets cut off at the edge of the paper.

These problems are almost always caused by misconfigured plot settings, misunderstood plot styles, or not taking advantage of AutoCAD’s Page Setup feature — which stores all your plot configuration in a reusable, shareable preset. This guide covers the complete AutoCAD plotting workflow, from setting up the model in layouts through to producing consistent, professional output every time.

These features apply to all versions of AutoCAD 2023–2026 (£39.99 from GetRenewedTech), including AutoCAD LT.

Model Space vs Paper Space: Understanding the Workflow

The fundamental distinction in AutoCAD plotting is between Model Space and Paper Space (Layouts).

Model Space is where you draw. Everything here is at 1:1 scale — a wall that is 5000mm long is drawn as a 5000mm line. You should almost never plot directly from Model Space for professional work.

Paper Space (Layouts) is the drawing sheet. You set the sheet size (A1, A3, A4, etc.), add a title block, and create one or more viewports — windows into Model Space — at defined scales. A single layout can contain multiple viewports at different scales: a 1:100 floor plan viewport on the left and a 1:20 detail viewport on the right, for example.

This separation is what makes AutoCAD’s plotting system so powerful and consistent once you understand it.

Setting Up a Layout

  1. Click the + button next to the Model tab at the bottom of the screen to create a new layout, or right-click an existing layout tab and rename it (e.g., A1 – Floor Plan).
  2. Right-click the layout tab and select Page Setup Manager.
  3. Click Modify to edit the current page setup.
  4. In the Page Setup dialogue:
    • Select your printer or plotter device (or DWG To PDF for PDF output)
    • Select paper size
    • Set plot area to Layout — this plots exactly the sheet area, nothing more
    • Set plot scale to 1:1 — the layout is already set at the correct scale through the viewport settings
    • Select a plot style table (discussed in detail below)
  5. Click OK to save the page setup.

Adding and Configuring Viewports

  1. On the layout, use VPORTS or the View → Viewports menu to insert a viewport. Draw its boundary on the sheet where you want the view to appear.
  2. Double-click inside the viewport to activate it (the viewport border becomes bold).
  3. Use ZOOM to set the scale. For a 1:100 scale viewport, type: ZOOM1/100XP
  4. Pan to position the drawing correctly within the viewport.
  5. Double-click outside the viewport to exit back to Paper Space.
  6. Select the viewport border and right-click → Display Locked → Yes to lock the scale and prevent accidental zoom changes.

A useful quick reference for zoom scale values: XP means “times paper space”. So 1/100XP sets 1 paper unit = 100 model units, producing a 1:100 scale view. For 1:200, use 1/200XP; for 1:500, use 1/500XP.

Understanding Plot Styles

Plot styles are one of the most important — and most frequently misunderstood — aspects of AutoCAD plotting. They control how entities in the drawing are rendered when plotted, overriding (or inheriting) the visual properties of objects on screen.

There are two types of plot styles:

Colour-Dependent Plot Styles (CTB files)

CTB (Colour Table-Based) plot styles map entity colours to plot properties. Every entity of colour 1 (red) gets one line weight; every entity of colour 2 (yellow) gets another. This is the traditional AutoCAD approach: you assign layers specific colours specifically to control how they plot.

A typical CTB table for engineering drawings maps AutoCAD’s standard colours to line weights:

  • Colour 1 (Red) → 0.25mm — centre lines, thin annotation
  • Colour 2 (Yellow) → 0.35mm — hidden lines, secondary elements
  • Colour 3 (Green) → 0.50mm — main outlines
  • Colour 4 (Cyan) → 0.18mm — hatching, fills
  • Colour 5 (Blue) → 0.70mm — section cut lines, title block
  • Colour 7 (White/Black) → 0.25mm — text, dimensions

CTB files are stored in the AutoCAD support path, typically at C:\Users\[username]\AppData\Roaming\Autodesk\AutoCAD [version]\[version]\[language]\Support\Plot Styles. You can edit them with STYLESMANAGER.

Named Plot Styles (STB files)

STB (Style Table-Based) plot styles assign plot properties by name rather than by colour. Any layer or object can be assigned a named plot style, regardless of its colour. This is more flexible than CTB — your layers no longer need to use specific colours to control plot output — but it is also more complex to set up and is less common in practice.

To switch a drawing between CTB and STB mode, use the CONVERTPSTYLES command. Note that this affects the entire drawing and should be done before you begin assigning plot styles.

Creating and Editing a CTB File

  1. Type STYLESMANAGER to open the folder containing plot style files.
  2. Double-click an existing CTB file (e.g., monochrome.ctb) to open the Plot Style Table Editor.
  3. Click a colour in the Plot Styles list on the left.
  4. On the right, set: Colour (typically Black for printing), Lineweight, Linetype override, and whether lines are screened (0% = solid, 50% = grey).
  5. Save the file under a new name for your practice’s standard.

The built-in monochrome.ctb file converts all colours to black at their default line weights — a useful starting point for print output.

Page Setup Manager: The Key to Consistent Output

The Page Setup Manager stores named configurations of all plot settings: printer, paper size, plot area, scale, and plot style table. Once configured, a page setup can be applied to any layout with a single click — eliminating the need to manually configure the plot dialogue every time you print.

Creating and Sharing Page Setups

  1. Open the Page Setup Manager (PAGESETUP).
  2. Click New, name the setup (e.g., A1-PDF-Monochrome), and configure all settings.
  3. To import a page setup from another drawing: click Import in the Page Setup Manager and browse to the source DWG file. This is how you distribute consistent print settings across your team.

Store your standard page setups in your drawing template (.dwt file) so every new project starts with them already configured. This is one of the most valuable workflow improvements you can make.

Plotting to PDF

PDF is the most common output format for AutoCAD drawings. AutoCAD includes two PDF drivers:

  • DWG To PDF.pc3: AutoCAD’s standard PDF driver. Produces high-quality vector PDFs with embedded text (searchable), preserved layer visibility, and optional hyperlinks.
  • AutoCAD PDF (High Quality Print).pc3 and variants: Specialised configurations for different output qualities.

When plotting to PDF, key settings to check:

  • Vector quality: Set to at least 600 DPI for crisp output. Access via Properties in the plot dialogue when DWG To PDF is selected.
  • Include layer information: Embeds layer on/off data in the PDF, allowing recipients with compatible PDF viewers to toggle layers.
  • Include hyperlinks: If your drawing has hyperlinks (e.g., to specification documents), tick this to preserve them.
  • Merge control: Controls how overlapping lines are rendered. Usually set to Lines Merge (overlapping lines of different line weights blend correctly).

Batch Publishing Multiple Sheets to a Single PDF

  1. Open the Publish dialogue: File → Publish, or type PUBLISH.
  2. The sheet list shows all layouts in the current drawing. Add other drawings if needed by clicking Add Sheets.
  3. Set Publish to: PDF.
  4. Click Publish Options to configure output quality, layer information, and multi-sheet versus single-sheet PDFs.
  5. Select Multi-sheet file if you want all sheets in a single PDF (one file per drawing package) or Single-sheet file for individual PDFs per layout.
  6. Click Publish.

AutoCAD will process the sheets in the background while you continue working, notifying you when the PDFs are complete via the notification bar.

Sheet Sets: Professional Multi-Drawing Management

For large projects spanning multiple DWG files, Sheet Set Manager (SSM) provides centralised drawing management. A Sheet Set is a collection of named sheets from multiple DWG files, managed as a project:

  1. Open SSM with SHEETSET or the View menu.
  2. Create a new Sheet Set and add your project DWGs.
  3. From the SSM, you can: open any sheet in the set, publish the entire set to PDF in a single operation, manage sheet numbering, and insert a sheet list table into any drawing.

Sheet Set fields (like Sheet Number, Sheet Title, and Project Name) can be embedded in your title block as fields that update automatically when sheet data changes — eliminating the manual title block updates that cause errors on large projects.

Troubleshooting Common Plotting Problems

Output is the Wrong Scale

  • If plotting from a Layout: ensure the viewport is locked and set to the correct scale (1/100XP for 1:100). Ensure the plot dialogue is set to scale 1:1 (you are plotting the paper, not the model).
  • If plotting directly from Model Space: you must set the scale in the Plot dialogue. Calculate: Plot scale = paper size / drawing size. For example, 297mm A4 paper showing 29700mm of model = 1:100.

Lines Are Too Light or Too Heavy in Print

  • Check that a plot style table (CTB or STB) is assigned in the Page Setup. Without a CTB file, AutoCAD plots using screen colours, which often look terrible when printed.
  • Check the line weight mappings in your CTB file. The weights should reflect your drawing conventions and the printer’s capabilities.

Text and Hatching Look Correct on Screen but Not in Print

  • Ensure text is placed in the correct Space (Model or Paper) for its intended use. Text in Model Space that is sized for 1:100 output will appear incorrectly large if the viewport scale changes.
  • Hatch transparency does not always plot correctly — ensure plot transparency is enabled in the Plot dialogue.

PDF File Size Is Too Large

  • Raster content (attached images, gradients) dramatically increases PDF file size. Reduce raster DPI in DWG To PDF Properties, or compress images before attaching them.
  • Turn off layers containing raster images if they are not needed in the output.

Conclusion

AutoCAD’s plotting system rewards the initial investment in understanding it. Once your page setups, plot style tables, and layout templates are configured correctly, producing consistent, professional output is a matter of a few clicks rather than a frustrating reconfiguration exercise. The key insights are: always work in Layouts rather than plotting from Model Space; use CTB plot style tables to control line weights deterministically; and store your configurations in a well-maintained template that travels with every new project.

Take the time to build and maintain a good template and plotting setup — it is the kind of infrastructure work that pays dividends every time you click Print. AutoCAD 2023–2026 is available from GetRenewedTech for £39.99.

Leave a Reply

Your email address will not be published. Required fields are marked *