Beyond the PDF: The File Format Shift That's Already Happening Whether You're Ready or Not
Photo: Google / Android developers, Apache License 2.0, via Wikimedia Commons
The PDF turned 30 years old not long ago. That's ancient by tech standards — we're talking about a format that predates Google, predates widespread broadband, predates smartphones entirely. And yet it's still the default container for contracts, reports, forms, manuals, and roughly half the stuff that gets shared on any given file-sharing platform on any given day.
That's starting to change. Not dramatically, not all at once — but the shift is real, and the people driving it are worth paying attention to.
Why PDF Has Lasted This Long
Before we talk about what's replacing it, it's worth being honest about why PDF has been so hard to kill. The format solved a genuinely hard problem: how do you send a document to someone and guarantee it looks exactly the same on their end? In the early days of computing, this was a nightmare. Different operating systems, different fonts, different screen resolutions — documents that looked perfect on one machine were disasters on another.
PDF fixed that. The document looked the same everywhere. It was self-contained. It was (relatively) hard to accidentally edit. For a world that was just figuring out digital document exchange, this was a huge deal.
The problem is that the world has changed pretty dramatically since 1993, and PDF hasn't changed with it in any meaningful way.
What's Actually Broken About PDF in 2025
Here's what you hear from the people who've started moving away from it:
Accessibility is a mess. Making a PDF genuinely accessible to screen readers and assistive technologies requires deliberate, time-consuming work that most people skip. The result is that an enormous percentage of PDFs circulating online are effectively inaccessible to users with visual impairments or reading disabilities. Federal agencies in the US have faced lawsuits over this. It's not a minor issue.
It's static in a world that isn't. A PDF can't easily link to live data. It can't update when conditions change. It can't embed interactive elements in any meaningful way. You can add hyperlinks, sure, but the document itself is frozen at the moment it was created. For anything time-sensitive, that's a real limitation.
Mobile is terrible. Read a multi-column PDF on your phone and you'll understand this immediately. The format was designed for print and desktop screens. It was never meant to reflow for a 6-inch display.
Collaboration is an afterthought. You can annotate a PDF, but you can't really work in one the way you can work in a live document. For teams, this creates the exact kind of version-control chaos that anyone who's ever received a file called Final_v4_REVISED_USE_THIS.pdf knows all too well.
The Formats Moving In
So what's actually stepping up to replace it? The answer isn't one thing — it's a few different things, each filling a different slice of what PDF used to cover.
HTML/Web-based documents. This might sound weird, but a growing number of organizations — particularly in government and publishing — are moving to HTML as their primary document format. It's accessible by default, it reflows on any screen, it can embed live data, and it doesn't require any special software to open. The downside: it's harder to preserve as a static artifact, and it requires more technical knowledge to produce well.
EPUB. Long associated with ebooks, EPUB is quietly gaining ground as a general-purpose document format, particularly for long-form content. It handles reflowing text well, supports rich media, and has solid accessibility features built in. Several academic publishers have started distributing research papers in EPUB alongside or instead of PDF.
Interactive formats like Notion, Coda, and similar. These aren't traditional file formats in the strict sense — they're platform-specific document types. But they're increasingly where actual work gets done and shared. The trade-off is obvious: you're locked into a specific platform, and if that platform goes away or changes its terms, your documents go with it.
Markdown. Simple, lightweight, readable in plain text, and easily converted to other formats. It's become the default for technical documentation and is spreading into other areas. Not a replacement for PDF in all contexts, but for a lot of knowledge-sharing use cases, it's more than enough.
The Archival Problem Nobody Wants to Talk About
Here's where things get genuinely complicated. PDF, for all its flaws, has one thing going for it that most of its replacements don't: it's been around long enough to be reliably openable for decades. There are PDF readers everywhere. The format is an open standard. A PDF you created in 2005 will open in 2025 without any issues.
Can you say the same about a Notion page? About a Coda document? About an interactive web-based report that depends on a specific third-party data source?
Digital archivists are already worried about this. The shift toward platform-native formats creates a class of documents that are effectively unreadable without access to the original platform. We've already seen this with formats like Flash — content that was widely shared and viewed for years is now largely inaccessible because the runtime it depended on no longer exists.
This isn't hypothetical doom-saying. It's a pattern that has repeated itself throughout the history of digital formats, and the speed at which new formats are proliferating makes it more likely, not less.
Who's Making the Jump
The early adopters of post-PDF workflows tend to fall into a few categories: tech companies and startups that live in collaborative tools anyway, academic and nonprofit organizations that have been pushed by accessibility requirements, and individual creators who got tired of the friction.
Larger institutions — law firms, government agencies, financial services — are moving much more slowly, for obvious reasons. When your document needs to be legally binding and preserved for 30 years, the boring reliable option looks pretty good.
For the file-sharing community specifically, the format shift creates interesting dynamics. Communities built around sharing documents are going to have to figure out how to handle an increasingly heterogeneous mix of formats, some of which can't be previewed in a browser, some of which expire, some of which require platform accounts to access.
The PDF isn't going away tomorrow. But the era of it being the unchallenged default is ending, and the transition period — where multiple formats coexist, where some files become unreadable, where users aren't sure what they're downloading — is already underway. Knowing what you're working with, and why, is half the battle.