Why PDFs Look the Same Everywhere (and Why They're So Hard to Edit)
PDF has one superpower and one famous weakness, and they are the same feature seen from two sides. A PDF is not a document the way a Word file is; it is a frozen description of ink on paper. That freezing is why your CV looks identical on every screen, and also why moving a single paragraph feels impossible.
A PDF is a drawing, not a text file
Inside a PDF there is no flowing text. There are drawing instructions: place this glyph at coordinate x-y, draw this line, fill this rectangle, embed this photo. The format descends from PostScript, the language laser printers speak, and it inherited the printer's worldview: a page is a fixed canvas, not a stream of words.
This is why a PDF survives every journey intact. Fonts travel inside the file, positions are absolute, and the viewer's only job is to obey the drawing instructions. A Word document, by contrast, is a set of suggestions ('this is a heading, lay it out reasonably') that every device interprets slightly differently, which is why layouts shift between machines.
The price appears the moment you want to change something. Because paragraphs do not exist as objects, 'move this paragraph' means recalculating the position of every glyph after it, across page boundaries the file never described as flexible. Editors that manage it are performing reconstruction, essentially reverse-engineering a layout the format forgot.
One page, three very different kinds of content
Vector content (text, lines, shapes) is stored as mathematics and stays razor sharp at any zoom. Raster content (photos, scans) is stored as pixels and blurs when enlarged. A single page routinely mixes both, plus a third, invisible layer: metadata and structure, such as bookmarks, links and form fields.
Knowing which layer you are looking at explains most PDF behavior. Text you can select and search is vector text; text you cannot select is a picture of text, which is what every scanned page is. File size follows the same split: a hundred pages of pure text can weigh less than a single embedded photograph.
What tools can and cannot do for you
Operations that treat pages as sealed units are safe and lossless: merging documents, splitting them, deleting, rotating and reordering pages all shuffle whole page objects without touching their contents. This is why a merged PDF looks exactly like its sources; nothing was re-rendered.
Operations that must open the sealed unit are where quality and fidelity questions start: extracting text depends on whether real text exists inside, converting pages to images fixes a resolution forever, and true editing requires the reconstruction described above. A rule of thumb: if the operation could be done with scissors and a photocopier, PDF handles it perfectly; if it needs a typewriter, expect friction.
When PDF is the wrong choice
PDF is the right format for finished documents: contracts, invoices, CVs, anything where layout is part of the message and change is unwelcome. It is the wrong format for content still being written, for text that must reflow on phones, and for data that machines should read; a table trapped in a PDF is a table lost to spreadsheets without painful extraction.
The practical habit: keep the editable source (Word, Google Docs, Markdown, whatever produced the document) and treat the PDF as the published photograph of it. People who only keep the PDF eventually meet the day they need the typewriter and hold only the photograph.
Try the tool:
Merge PDF