Guide · 8 min read

How to split a construction drawing set into named sheets

· PDFeyes Guide

A drawing set arrives as one PDF called something like IFC_Set_Rev3.pdf, 312 pages, 180 MB. Somebody needs A-101 to send to the framer and M-301 to send to the mechanical sub, and the only way to find them is to scroll.

IFC_Set_Rev3 312 pages A-101 FIRST FLOOR PLAN A-102 SECOND FLOOR PLAN S-101 FOUNDATION PLAN M-101 MECHANICAL PLAN E-101 LIGHTING PLAN named from the title block
The number is already printed on every sheet. Splitting by page number throws it away.

Why splitting by page number does not help

Every PDF tool can split a file into 312 separate pages. You then have page-1.pdf through page-312.pdf, which is worse than the single file, because at least the single file could be scrolled.

The useful thing is the name. Every sheet already carries its number in the title block. Reading it is what turns a split into a filing system.

How sheet numbers are constructed

Most sets follow the US National CAD Standard, which is why an architect and a structural engineer who have never met produce numbers that sort together:

So A-201 is the second architectural elevation sheet, and S-101 is the first structural plan. Once you know the pattern, a set is navigable without opening it.

The part that makes automatic naming hard

A floor plan is covered in numbers that look exactly like sheet numbers.

Room 101. Detail 3/A-501. Callout 2/S-201. Grid line A. A tool that scans the whole page for something matching a sheet number pattern will find a dozen candidates, and the one it picks will usually be wrong.

The fix is to look only at the title block, which is the boxed strip down the right-hand edge of a landscape sheet or along the bottom. Restricting the search to that region is the single largest accuracy difference between a tool that works and one that produces a folder you cannot trust.

A workflow that survives contact with a real set

  1. Split the current issue, not an old one. Check the issue date in the title block before you start. Splitting Rev 2 and distributing it is a more expensive mistake than not splitting at all.
  2. Look at the name list before you split. A wrong sheet number is worse than a page number, because a page number is obviously provisional and a wrong sheet number looks authoritative.
  3. Keep the page order in the filename. Prefixing with the page number means the folder reads in set order rather than alphabetically, which matters when architectural and structural interleave.
  4. Split each revision into its own folder. Two revisions of A-101 in one folder is how the wrong sheet gets emailed.

When it will not work

A scanned set. If the drawings were printed and scanned, there is no text layer and no title block to read. Recognition can add one, but recognized digits are the most likely thing to be misread, and a sheet numbered A-1O1 instead of A-101 is a filing problem you will not notice until someone cannot find it.

A set with no title block convention. Small residential jobs are sometimes drawn without one. There is nothing to read, and splitting by page number is the honest answer.

Drop a set and see every sheet name before anything is split. Nothing is uploaded.

Open the drawing set splitter