Seeker Research
Original analysis based on aggregate career intelligence data collected through Seeker.
Why PDF Résumés Break More Often Than You Think
By Seeker Research
You export your résumé to PDF. It looks immaculate — aligned columns, a tasteful font, a subtle accent color. You attach it and hit send.
The software on the other end does not see what you see. It does not see a layout. It sees a stream of text it has to reconstruct from a file format that was designed for printing, not for reading by machines. And a surprising amount of the time, that reconstruction goes wrong.
None of these failures are exotic. They're the same handful that turn up again and again — we kept running into them while building Seeker's parser, looking at what actually comes out the other end when real résumés go in. Here are the ones worth knowing about, none of which are visible when you look at your own PDF.
1. The résumé is a picture, not text
Some tools — older versions of Pages, "print to PDF" from certain design apps, anything that started life as a scan — embed your résumé as an image. To you it looks like text. To a parser there are zero extractable characters. The software either gives up or runs OCR (optical character recognition) and guesses at the letters, which is where "Senior Engineer" quietly becomes "Senlor Englneer."
If your résumé came out of a design tool, an image is the single most likely failure.
2. The spaces disappear and words fuse together
This one is sneaky because the PDF looks completely normal. Under the hood, some exporters don't store real space characters — they store positions. When a parser pulls the text out, the positions are gone and the words collapse into each other:
Spearheadedandledin-appanalyticsintegration
That's a real shape we see. Every skill, every accomplishment, every keyword an employer might search for is now welded into one unsearchable token. The résumé "parsed successfully." It's also useless.
3. Two columns become one scrambled column
Designers love a two-column layout: skills and contact info down the side, experience down the middle. It looks organized. But a PDF has no concept of "columns" — it has text in positions, and a parser reads roughly left-to-right, top-to-bottom.
So your skills sidebar gets interleaved with your job history. A line from your experience, then a stray skill, then another line of experience. The parser is now trying to make sense of:
Senior Software Engineer Python Stripe Led the AWS payments platform Kubernetes 2020–2023
Your real timeline is in there. It's just shuffled with everything else.
4. Headers, footers, text boxes, and tables go out of order
Anything that isn't part of the main text flow — a name in a header, contact details in a footer, a skills table, an accomplishment in a floating text box — gets pulled out in an order the parser can't predict. A common result: your location ends up attached to a company name, or a table cell merges two unrelated fields. We regularly see a company field that reads like a fragment of a bullet point rather than an employer.
5. Fancy fonts and ligatures garble characters
Heavily subsetted or decorative fonts can store "fi", "fl", or "ti" as a single ligature glyph that some extractors render as a blank or a wrong character. "Certified" becomes "Cer?ified." Individually small; collectively enough to drop you out of a keyword search.
How to check yours in ten seconds
You don't need our tool to test this. Open your PDF, select all the text, copy it, and paste it into a plain text editor (Notes, TextEdit, Notepad).
What you see pasted is roughly what the software sees. If it's clean and in order, you're fine. If words are fused, columns are interleaved, or whole sections are missing — that's the version employers' systems are reading.
How to fix it
- Use a single-column layout. It's the single biggest improvement you can make. It eliminates the scrambling in failure #3 entirely.
- Make sure it's real text, not an image. The copy-paste test catches this instantly.
- Use standard section headings — "Experience," "Education," "Skills." Parsers look for these as anchors. Creative headings ("Where I've Made Impact") cause whole sections to be missed.
- Skip the heavy template. Tables, sidebars, text boxes, and icon fonts are exactly what breaks. A plain, well-structured document parses cleanly and — counterintuitively — often looks more senior, not less.
- Test the export, not the editor. The bug lives in the PDF, so check the PDF, not the Google Doc it came from.
The frustrating part is that none of this is your fault, and none of it is visible. A résumé can look flawless and parse into nonsense, and you'd never know unless something showed you what was actually extracted.
That's the part we think is broken about how hiring software works today: it reads your résumé, makes decisions from what it read, and never shows you what that was. The copy-paste test is the cheapest way to take that back.
See where your experience fits
Upload your resume to see how these findings apply to your background. Free analysis in about 60 seconds.
Analyze my resume