The five-metre PDF limit: why it exists and when it bites
A PDF page cannot exceed 5.08 metres. That is the format's limit, not AutoCAD's — with a table of exactly where each scale hits the wall.
If you have tried to plot a large sheet and been told the page cannot exceed 200 inches — or noticed half the drawing missing from the export — what you met is not a bug. It is a format decision, and it has been in place for thirty years.
Where the number comes from
Every measurement inside a PDF is expressed, by default, in units of 1/72 inch. The format defines the maximum side of a page as 14,400 units. Multiply it out: 14,400 ÷ 72 = 200 inches, or 5.08 metres. No PDF page can exceed that in either direction.
Where each scale hits the wall
5.08 metres of paper carries 5.08 × N metres of the real world at a scale of 1:N. The table shows what the limit actually means:
| Scale | Real length on one page | Typical job |
|---|---|---|
| 1:1 | 5.08 m | Formwork, joinery, sheet-metal templates |
| 1:2 | 10.2 m | Fabrication details |
| 1:10 | 50.8 m | Stairs, façade details |
| 1:20 | 101.6 m | Long elevations and sections |
| 1:50 | 254 m | Construction drawings |
| 1:100 | 508 m | Floor plans, permit sheets |
| 1:500 | 2,540 m | Site plans, infrastructure |
So the limit does not bite on large buildings — it bites at large scales. 508 metres at 1:100 troubles nobody; a joiner printing 1:1 templates or an architect drawing a 1:20 elevation hits the wall regularly.
The real danger: losing part of it quietly
The limit itself is manageable. What is dangerous is not noticing you hit it. Another Autodesk article records that plots on oversized pages can come out showing only a portion of the drawing. The file opens, it looks fine at a glance, and you find out at the plotter — or worse, on site.
So after exporting a large sheet, do one check: open the PDF and look at all four corners. Is the title block there, is the furthest grid line present, is the dimension run cut off?
Why the PDF 1.6 answer is not an answer
PDF 1.6 added an entry called UserUnit to the page dictionary: a multiplier that scales the unit past 1/72 inch and, in theory, allows pages kilometres across. On paper the problem is solved. In practice very few drivers write it and very few viewers honour it, so the 200-inch limit still stands in the field.
The usual workarounds
- Split the sheet. The common answer and the most tedious: cut the drawing up by hand, plot the pieces, join them again.
- Drop the scale. Plotting at 1:50 instead of 1:20 fits, but it can make the detail unreadable — our piece on scale covers which drawing wants which.
- Use another format. DWF or a plotter language (PLT/HPGL) knows no such limit, but the person receiving it has to be able to open it — which is exactly why you moved to PDF.
What we do
Two things. First: at Ultra quality a single page runs to 15.24 metres — three times the format's limit. We measured it: Chrome's built-in viewer opens pages past 200 inches without complaint. Acrobat does not, which is why the other quality presets stay inside the limit for portability.
Second, and more important: if the scale you chose asks for a page larger even than that, we tell you and refit. We never hand over a file that opens blank or half-drawn. Losing part of a drawing quietly is not an acceptable failure in this work.
Try it with your own drawing
Drop a DWG or DXF and take away a true-scale vector PDF. Nothing to install.
Related reading
How to convert a DWG file to PDF properly
Turning a drawing into a PDF is easy. Doing it without losing the scale, the colours and the hatches is not. Step by step.
Opening a DWG file without AutoCAD
You have no licence but you need to read the drawing. The options, what each is good for, and where each falls short.
DWG vs DXF: what differs and which one to send
Both are drawing files, but they are not the same thing. One is binary, the other readable text — and that difference sometimes saves a project.