Guides · File formats
Written by people who built a résumé parser

PDF or DOCX for your résumé? What parsers actually do with each

Last updated: 2026-07-24 · atspreview.com

If the posting doesn't specify, DOCX is the safer default — not because PDF is "bad," but because a DOCX stores your document's structure while a PDF stores ink positions that every parser has to reverse-engineer. Here is what that difference actually does to your résumé, and when a PDF is perfectly fine.

What's actually inside each format?

Open a DOCX file and you find a structured document: paragraphs are paragraphs, styled headings are marked as headings, a table knows it is a table. When a parser reads it, the reading order is written into the file itself — there is very little to guess.

A PDF is a different animal. It was designed to make a page look identical everywhere, and it does that by storing characters with coordinates: put "M" at position x=72, y=714. Unless the file carries accessibility tags — most résumé exports don't — nothing in it says "this is a heading" or "this line comes after that one." Reading order, paragraph boundaries, columns — a parser must reconstruct all of it from geometry.

That reconstruction usually works for simple layouts. But "usually works" is doing a lot of lifting in a process that decides whether your experience section lands under Experience.

Why does PDF parsing vary across systems?

Because guessing algorithms differ. One parser sorts text by vertical position and stitches lines; another clusters by distance; another uses the order objects were written into the file, which may not match the visual order at all. The same PDF can come out clean in one system and scrambled in another — the variance itself is the risk, and it is why any honest PDF analysis (including ours) is labeled an estimate.

A DOCX leaves far less room for interpretation, which is why its extraction is far more consistent across systems than PDF extraction.

When is a PDF fine?

To be fair to PDF: a text-based, single-column PDF with standard fonts — the kind you get from File → Export in Word or Google Docs — parses correctly in most modern systems. If your layout is already linear and clean, the format gap narrows to almost nothing.

PDF also has real advantages: your formatting is frozen (no font substitution on the reviewer's machine), and it reads identically on every device a human opens it on. If a human is the primary reader, PDF is often the better experience.

The honest summary: DOCX is safer for machines, PDF is safer for human eyes. When a machine reads first — which is what an ATS intake is — that ordering decides the default.

The PDF that fails by default: scans

There is one PDF variant with no redeeming qualities for applications: the image-only PDF. Scan a printed résumé, photograph it, or export from some design tools, and you get pages that contain a picture of text rather than text. A text parser opens it and finds zero embedded text; some systems fall back to OCR, which is slow, error-prone, and nothing to bet an application on.

Quick self-test: open your PDF and try to select a word with your cursor. If you cannot select a word, there is no text layer — anything a system gets from the file depends on OCR.

What if the posting requires PDF?

Then send a PDF — an explicit requirement always beats a general rule. Make it the good kind:

Compare both versions of your file

The cleanest way to settle the format question for your résumé is to stop debating in the abstract: export both formats and compare what a parser extracts from each. If both come out clean, submit whichever the posting prefers. If the PDF scrambles, you have your answer with evidence.

See both formats side by side

Upload the same résumé as .docx and .pdf — get a conservative recommendation on which to submit, based on what a parser actually extracts from each.

Compare my formats →
Your résumé never leaves your browser — parsing runs entirely on your device.
Frequently asked questions

The posting says "PDF preferred" — does that change the answer?

Yes. An explicit requirement always wins — it usually means their pipeline is built for PDF, or a human reviews the file directly. Send a clean, text-based, single-column PDF exported straight from your editor.

Is a PDF exported from Google Docs safe?

An export (File → Download → PDF) produces a text-based PDF, which is the good kind. The same rules still apply: single column and no icon fonts. What you should never do is print-to-PDF from a preview or scan a printout — those paths can produce image-only pages with no text layer.

My PDF looks perfect — why does it parse badly?

Because how a PDF looks and what a PDF stores are different layers. The page image can be flawless while the underlying text stream is out of order, split mid-word, or partially missing. The only way to know is to look at the extracted text itself, not the rendered page.