Blog/22 Apr 2026

How to calibrate a PDF for takeoff (and why you must do it on every page)

Calibration is the moment your takeoff becomes trustworthy. The five-minute walkthrough plus the four mistakes that cost estimators an entire quote.

calibrationtutorialtakeoff

If we could pick one moment that decides whether a takeoff is worth anything, it would be calibration. Get it wrong and every measurement on that PDF is wrong in proportion. Most estimators we have seen get bitten by it once and then religiously double-check forever after.

This post is the religious-double-check.

What calibration actually does

A PDF plan is just an image — pixels on a page. The drawing might say "1:50 at A1," but until you tell your software what one pixel represents in the real world, it has no idea. Calibration is how you set the scale.

The math is straightforward:

mm_per_pixel = real_length_mm / pixel_length

You pick something on the drawing whose length you know (a gridline, a corridor width, a door opening). You click both endpoints. You type in the real length. Software computes the ratio and applies it to every measurement on that page from then on.

That is it. Five minutes the first time, ten seconds every project after.

The four mistakes

1. Trusting the printed scale

A drawing labelled "1:50 at A1" is at 1:50 only when printed at A1 size. The PDF you received has been:

  • Possibly downsized to A3 for email (now ~1:71)
  • Possibly upscaled by your viewer's zoom (varies)
  • Possibly exported from CAD with a custom scale

Never assume the printed scale. Always calibrate.

2. Calibrating against an unreliable feature

Pick reference dimensions in this order of preference:

  1. A gridline-to-gridline distance with a dimension annotation on the drawing.
  2. The clear width of a corridor with an annotated dimension.
  3. A door opening marked with a numerical width (typically 900 or 1000 mm).
  4. A scale bar on the title block (least preferred — printed scale bars get distorted).

Avoid:

  • Rooms whose stated dimension is rounded (e.g., "Office 12 m²" — that's an area, not a length).
  • Anything whose dimension is implied rather than annotated.
  • Anything in the title-block frame itself — those frames are sometimes not part of the drawing's coordinate system.

3. Calibrating one page and assuming the rest are the same

Multi-page sets are a trap. Page 1 might be the master site plan at 1:200. Page 2 the floor plan at 1:50. Page 3 a section at 1:25. Page 4 a detail at 1:5.

Each page needs its own calibration. A scale set on page 1 must not bleed into page 4, or you will be quoting partition lengths in metres against a detail drawn in centimetres.

This is why Quotiqa stores scale_by_page as a per-page map. Re-calibrating page 4 does not corrupt page 1. If a page is uncalibrated, its measurements show as zero (not as silently wrong) — you can see the problem at a glance.

4. Calibrating before the PDF is fully rendered

On large multi-page PDFs (>10 MB, >20 pages), the page often renders progressively. If you click your reference points before the title-block dimensions have rendered fully, you may pick the wrong endpoints. Wait for the page to be visually static.

In Quotiqa specifically, the calibration popover blocks until the page render is committed, so this is harder to mess up — but worth flagging in case you use a different tool.

A clean calibration workflow

The exact sequence we recommend:

  1. Open the PDF in Quotiqa. Calibration mode auto-engages on the first page after upload.
  2. Identify a known dimension. Prefer a gridline distance with a dimension annotation. If absent, use a corridor or door.
  3. Click both endpoints precisely. Zoom in with Cmd/Ctrl + scroll for accuracy. The click target should be the dimension's intended point, not where the dimension line happens to land visually.
  4. Type the real length in mm. A gridline labelled "6,000 mm" → type 6000.
  5. Confirm. The popover shows pixel length, real length, and the resulting ratio (e.g., 1 px = 41.67 mm). The toolbar pill switches from "Scale not set" to "Scale calibrated."
  6. Move to the next page if multi-page. Repeat 2–5 for any page you will be measuring on.

That is the whole flow. From upload to fully calibrated multi-page set: well under five minutes.

Sanity checks before you trust the takeoff

Before you start drawing measurements, run a quick sanity check:

  • Measure something else of known length. Pick another door, gridline, or known dimension. The result should match the printed dimension to within ~1%.
  • Check the units. Lengths should be in metres. Areas in square metres. If something looks 1,000× off, you are probably mixing mm and m.
  • Visual check at typical fit-out scales. A standard partition wall is 2,700 mm tall. A standard door is ~2,100 × 900 mm. A typical office room is 3.5 × 4.5 m. If your measurements look way off these, your calibration is off.

The whole point is to catch bad calibration before the takeoff, not after.

When to recalibrate

Recalibrate a page if:

  • The PDF was replaced (revised drawing — a new file from the architect).
  • You noticed a measurement looks wrong on sanity check.
  • You imported a project from somewhere else and the scale field is empty.

If you calibrate, draw, then realise the calibration was wrong, do not redraw. Recalibrate. All measurements will scale automatically because Quotiqa stores geometry in pixels and derives metres at render time. The whole quote will update.

TL;DR

  • Calibrate every page.
  • Pick reliable reference dimensions (gridlines first, doors as fallback).
  • Sanity-check against a second known dimension before drawing.
  • Recalibrating a page does not corrupt other pages — and does not destroy your work.

The estimator who calibrates carefully on Monday morning is the one whose Friday quote does not blow up at procurement. It is a five-minute investment. Make it.

Related posts