Technology & formats
PDF is safer for talks than PowerPoint.
Same slides, a borrowed laptop, and suddenly your careful layout looks like a ransom note. The reason is boring, documented by Microsoft, and completely avoidable.
6 min read
Jul 2026
Every claim sourced · 4 references
Picture the last time you presented from a machine that wasn't yours. The conference laptop, the client's boardroom PC, a colleague's Mac. You open your .pptx, and the title that fit so neatly on one line now wraps onto two. The spacing is off. A heading has quietly become Calibri. Nothing crashed — it just looks wrong, and you're the only one who notices, which somehow makes it worse.
This isn't bad luck. It's exactly what PowerPoint is documented to do.
✕ The myth
"A .pptx always looks the same everywhere."
The file has the fonts baked in, so it'll render identically on any computer, right?
✓ The reality
Only if three things are all true.
The font must be installed or embedded, the font must be embeddable, and it must open in a compatible app. Miss any one, and the text reflows.
When a font isn't available, PowerPoint doesn't warn you with sirens. It consults the Windows font-substitution table and swaps in a replacement; if there's no mapping, it falls back to the presentation's theme font — very often Calibri.1 Because the substitute has different letter widths, your line breaks, spacing and vertical rhythm all shift. The content survives; the design doesn't.
Why PDF doesn't have this problem
A PDF is a self-contained description of a page. When you export, the fonts you used are embedded into the file as part of the standard, along with the exact position of every glyph. The receiving computer doesn't need your fonts installed, doesn't guess, and doesn't substitute — it just draws what the file says. That's the whole design goal of the format, and it's been an ISO standard since 2008.4
PowerPoint can embed fonts too — but it's opt-in, and it's fenced by caveats.
Calibri
PowerPoint's usual stand-in when your font is missing and wasn't embedded. Your kerning and line breaks move with it.
1
Not all
TrueType/OpenType fonts carry an embeddability flag — some simply refuse to travel inside the file.
2
0
The year Microsoft began blocking macros in internet Office files
by default — because weaponised Office documents were a favourite malware delivery route.
3
The security bonus nobody asked for
There's a second reason a flat PDF export is the calmer choice on someone else's machine: it isn't a program. Office formats can carry VBA macros, and for years booby-trapped .ppt / .doc / .xls files were such a reliable way to deliver malware — BazarLoader, Trickbot, and friends — that in 2022 Microsoft started blocking internet-sourced macros by default.3 A plain PDF export of your slides runs none of that. It's a picture of your deck, not an executable.
⚖ The honest bit — when PowerPoint wins
Frozen is a feature and a limitation.
If the motion is the message — step-by-step builds that reveal a diagram one piece at a time, embedded video or audio, a live demo you'll edit in the room, or real-time co-authoring with a team — keep PowerPoint, Keynote or Google Slides and present from the native app. A PDF is deliberately static; that's exactly why it travels so well, and exactly why it can't animate. Don't flatten a deck whose whole point is the animation.
Rule of thumb: if you'd be fine printing the slide, PDF is strictly safer. If printing it would lose the point, stay native.
Where SyncBy!App fits
SyncBy sends a PDF or images peer-to-peer to any screen with a browser. Export your deck to PDF once — fonts, layout and all — and it looks identical on the boardroom TV, because the file already contains everything it needs. Nothing to install on the screen, nothing uploaded to a cloud. For decks that must animate, that's the moment to stay in your native app instead — we'd rather tell you that than pretend otherwise.
TL;DR
- A .pptx only looks identical elsewhere if the font is installed or embedded, the font is embeddable, and it opens in a compatible app. Three ifs.
- Miss any one and PowerPoint substitutes fonts — often Calibri — and your layout reflows.
- PDF carries its fonts and layout inside the file, by ISO standard since 2008. One export removes the whole failure mode.
- Bonus: a flat PDF runs no macros, sidestepping the entire Office-macro malware category.
- Keep native slides when you genuinely need live builds, video, or in-room editing.