← Back to blog

400–800% Zoom Test: Raster vs Vector PDFs for Takeoff Teams

September 27, 2026
400–800% Zoom Test: Raster vs Vector PDFs for Takeoff Teams

A PDF can be vector, raster or a mixture: use vector for linework and measurement, raster for photos and scans. Before reading further, try two quick checks on the file in front of you. Attempt to select the text with your cursor, then zoom in to 400% and watch for pixelation. 400% Those two actions tell you most of what you need to know.


TL;DR:

  • Most PDFs contain a mix of vector graphics, raster images, and real text, often all on the same page, affecting their use and editing.
  • High magnification and selection tests can quickly reveal whether a PDF element is vector-based or raster; pixelation and blurring indicate raster content.
  • For measuring and precise work, native vector PDFs exported from original CAD or design files are essential to preserve accurate geometry and scale.
  • Raster images are suitable for photographs and detailed artwork but require proper resolution to avoid softness in print or on screen.
  • Converting complex raster PDFs to vector form is unreliable; re-export from the original application remains the most dependable method.

Quantiflow
quantiflow.co.uk
Turn Drawings Into Priceable BoQs
Quantiflow cross-references architectural drawings to create NRM2-aligned quantity takeoffs while preserving your professional judgement.
Explore Quantiflow

Table of Contents

What is inside a PDF: vector objects, raster images and text

A PDF is not one type of file. It is a container that can hold vector graphics, raster images and text, often all three on the same page, according to Apryse's explainer on PDF content types. Vector content is stored as drawing instructions, mathematical paths that define lines, curves and fills using PDF graphics operators. Because these are equations rather than pixels, vector content is resolution independent: it stays sharp at any zoom level or print size.

Raster images work differently. They are stored as image XObjects, fixed grids of pixels with metadata describing width, height and colour space, as Apryse notes. Scale a raster image beyond its native resolution and it softens or blocks up, because there is no extra detail to draw on.

Text adds a third layer of complexity. It might exist as a genuine text object that a viewer can search and select, or it might be an image of text with no underlying character data, or an outline where letterforms have been converted to vector shapes for consistent printing.

Mixed content is the norm rather than the exception:

  • Files exported from design tools such as Illustrator or Figma typically combine vector shapes with embedded raster photos.
  • Documents from Word or Google Docs usually carry real text plus any inserted images as raster.
  • Scanned paper drawings produce a single raster image per page, often with no text layer at all.

How to tell if a PDF page or element is vector or raster

You do not need specialist software to work out what you are dealing with. Start with the checks that any viewer supports, then move to developer tools if you need certainty.

  1. Select the text. If your cursor highlights individual words and letters, you have a real text object. If nothing highlights, or the whole page selects as one image, the text is likely raster or an outline.
  2. Zoom to 400 to 800%. Vector lines and text stay crisp at any magnification. Raster content pixelates or blurs once you exceed its native resolution, a reliable and quick test recommended by Apryse and echoed in Procore's guidance on raster and vector PDF content.
  3. Check the editor's default behaviour. Acrobat and similar tools often reveal content type through their "edit using" prompts, offering Illustrator for vector objects and Photoshop for raster images.
  4. Run a command-line audit. Poppler's pdfimages -list produces a table of every embedded raster image on a page, including size and format, according to its package documentation. Searching the file's raw content for /Image tags gives a similar signal without extra software.

Scanned documents are almost always raster with no text layer, which is why they cannot be searched or selected until something is done about it, per Procore.

Pro Tip: Run the zoom test before the selection test: a page that pixelates at high magnification is raster regardless of whether some of its text happens to be selectable.

OCR does not turn a raster image into vector geometry. It adds a hidden, searchable text layer on top of the existing pixels, which helps with search and copy-paste but changes nothing about the underlying image resolution or scale accuracy.

OCR text layer over raster image

Which format to use inside PDFs for common jobs

The right content type depends on what the page needs to do, not on habit or convenience.

  • Insist on vector for logos, cut lines, CAD diagrams, floor plans and anything a reader might need to scale, measure or reprint at a different size.
  • Raster is the right choice for photographs, scanned site images and complex tonal artwork where mathematical paths would not reproduce the detail.
  • Mixed pages work well when vector text and linework sit as an overlay above an embedded raster photo, common in survey reports and marketing collateral.
  • File size follows content type. A page of pure vector line drawing is often a fraction of the size of the same page scanned at high resolution, because paths need far less data than a dense pixel grid.

For print, vector content scales cleanly to any sheet size without a loss of sharpness, while raster content must be supplied at a resolution matched to the final print size or it will look soft. For screen use, vector renders quickly regardless of zoom, while an oversized raster image can slow page loading without adding any visible benefit at typical viewing sizes.

Fixing raster problems: OCR, vectorisation and correct exports

Most raster problems in PDFs trace back to how the file was created, and most have a practical fix.

  1. Add OCR when you need to search or select text on a scanned page. OCR recognises characters in the image and inserts an invisible text layer beneath them; it does not change the image itself, so always verify the recognised text against the original before relying on it. The SzopaLabs guide to PDF search and OCR tools covers the practical limits of this approach on scanned documents in more depth.
  2. Try vectorisation, or image tracing, for simple raster artwork such as logos. Results vary sharply with complexity: clean, high-contrast shapes trace well, while detailed or noisy images produce messy, inaccurate paths.
  3. Export correctly from the source application whenever possible. Illustrator, Sketch and Figma preserve true vector geometry on export, and Word or Google Docs preserve real text objects, according to Adobe's comparison of raster and vector formats. Re-exporting from the original file is almost always more reliable than trying to fix a flattened PDF after the fact.
  4. Import CAD drawings with care. Autodesk's AutoCAD documentation notes that PDF geometry imports as paths and fills, while any raster content is extracted as external image references, with conversion accuracy depending on how the original PDF stored its shapes.
  5. Audit before you rely on a file. pdfimages -list in Poppler, or an export check in Acrobat Pro or Illustrator, will confirm what is actually embedded before it causes a problem downstream.

For a fuller walkthrough of OCR pipelines and their limits on construction drawings, see OCR for drawings: the pipeline that actually works.

Why vector PDFs matter for measurement and takeoff work

For anyone measuring drawings rather than just viewing them, the raster and vector question stops being cosmetic. Vector geometry preserves the actual coordinates and paths of a drawing, which is what allows reliable extraction of lengths, areas and counts. Raster scans carry none of that structure, so they force a chain of extra steps: OCR to recover any text, manual digitising to trace lines, and scale calibration to establish what one pixel actually represents on the ground, a process covered in our guide to calibrating a PDF's scale. Each of those steps adds time and a chance of error.

Native vector export from the originating CAD or design package is the only reliable way to preserve measurable geometry; tracing a raster image afterwards cannot fully recover it.

That is why it is worth asking drawing suppliers to export native vector PDFs rather than flattened scans, embed fonts rather than outlining text, and avoid downsampling images that sit alongside vector content. There are software tools in development that read construction drawings and produce draft Bills of Quantities for quantity surveyors to review and sign off. Clean vector input makes that kind of review meaningfully easier to carry out.

Sources

For technical background, the PDF subset standards documented in RFC 8118 explain how variants such as PDF/X, PDF/A and PDF/E constrain features for printing, archiving and engineering use. Nutrient's discussion of vector detection covers programmatic classification methods, and Poppler's utilities documentation details pdfimages and related commands for auditing embedded content.

FAQ

How can I tell if a PDF is vector or raster?

Try selecting the text and zooming to around 400 to 800%. 800%. Selectable text and lines that stay sharp at high magnification indicate vector content, while pixelation on zoom points to raster, as described in Apryse's guide to PDF content types.

How can I convert a raster PDF to a vector PDF?

There is no single reliable conversion for complex drawings. Simple artwork such as logos can be traced with vectorisation tools, but for engineering or CAD drawings, re-exporting natively from the original source file is the only method that preserves accurate geometry.

Are PDFs considered vector files?

No, a PDF is a container format that can hold vector graphics, raster images, text or a mixture of all three. Whether a specific PDF behaves as a vector file depends entirely on how it was created, as Apryse explains.

Why use raster instead of vector?

Raster is the right choice for photographs, scans and other imagery with continuous tone and fine detail that vector paths cannot represent efficiently. Vector paths suit line drawings and logos, but they are a poor fit for a photograph, per Procore's comparison of raster and vector content.

This article is for general information only and is not professional, legal or commercial advice. Quantity surveying decisions should be taken by a qualified professional with reference to the specific project, drawings and contract in question. Content is produced with AI assistance and reviewed before publication. QuantiFlow Ltd accepts no liability for reliance on it.