Guide
PDF or Word? The same resume, parsed both ways
Every answer to this question online is somebody's opinion, because answering it properly means running both files through a parser and reporting what came back. So that is what this page does. The result is not the one the question expects: the format is not what decides it.
The measurement
One resume, saved six ways
The same document, same words, same person, saved in every format this checker reads. Each one put through the same parser, scored out of 98. A higher number means more of the document survived into the record a recruiter searches.
| Saved as | Score | What it lost |
|---|---|---|
| Markdown | 98/98 | |
| 95/98 | Missing links (3) | |
| OpenDocument | 95/98 | Missing links (3) |
| Plain text | 95/98 | Missing links (3) |
| Word | 80/98 | Page header (16), Missing links (3) |
| Rich text | 60/98 | No work history section (26), Missing sections (15), Missing links (3) |
The highest score on that list is Markdown, at 98/98, and it is the only file carrying a portfolio link. PDF, OpenDocument and plain text tie behind it at 95/98, losing the same three points for the link none of them has. Word scores 80/98 and rich text 60/98, and those two gaps are the only thing on this page worth explaining.
The gap
Word did not lose those points for being Word
The whole gap is one finding, page header, charged at 16 percent. It is the only deduction the Word file carries that the PDF does not, so it accounts for the distance between 80/98 and 95/98 on its own. That file puts the name, email and phone number in the header region, where a Word template naturally puts them. Many parsers discard the header before they start reading, so the contact details never arrive and the record lands with nobody attached to it. Move that line into the body and the file is still a .docx: nothing about the container was ever the problem. It runs the other way too, which is the part that settles the question. A PDF laid out in two columns scores 43/98, and being a PDF saved it from nothing.
Rich text loses more, for a different reason worth knowing: that file marks its headings by turning the text bold rather than by applying a heading style. A person reads bold as a heading. A parser looks for a style, finds none, and cannot tell where the work history starts, which is 26 percent and 15 percent gone in two findings. Bold is not a heading, in any format.
Failure modes
Each format fails differently, and that is the real difference
Not which format is safer, but which mistakes each one lets you make. The same resume again, this time with one deliberate layout mistake in each file, worst first.
| File | Score | What it cost |
|---|---|---|
| PDF: scanned, or exported as an image | 0/98 | No text layer (100) |
| PDF: two columns | 43/98 | Column layout and reading order (28), No work history section (26), Missing sections (15), Missing links (3) |
| Word: contact details in a text box | 65/98 | Text box (18), Page header (16), Missing links (3) |
| Word: laid out with a table | 69/98 | Page header (16), Table (13), Missing links (3) |
One asymmetry is real and it is the only one that favours Word. PDF has a failure with no equivalent on the other side: a file exported as an image, or scanned from paper, has no text layer at all and scores 0/98. Not a low score, nothing. A Word file cannot do that, because it stores the words rather than a picture of them. The worst any Word file manages here is 65/98, and it still has a name and an email in it.
The answer
What to actually send
Send what the job posting asks for. That instruction exists because somebody knows what their system accepts, and ignoring it is a worse risk than either format. Where nothing is specified, send a PDF exported from a word processor, never one scanned or saved as an image, because it carries its own fonts and cannot reflow on somebody else’s machine.
Then stop thinking about the format, because it is worth far less than the layout. Moving your contact details out of a page header is the difference between 80/98 and 95/98 on this document. Choosing between the two formats, with the layout already clean, is worth nothing at all: they tie. A two-column layout is charged at 28 percent and a text box at 18. Every one of those is a decision about where things sit on the page, and none of them is a decision about PDF or Word.
These numbers come from files in this project’s test set and are checked on every run, so a change to the scorer fails the build rather than quietly making this page wrong. The scoring method is published, and you can run the same parser on your own file in the checker. If the layout is the thing that costs you points, the guide to why resumes fail lists the specific choices that do it.