PowerPoint to PDF: keeping fonts, tables, and (some of) your animations intact
Converting PowerPoint to PDF looks simple but has a few real gotchas. A practical guide to embedding fonts, preserving tables, handling animations, and producing a PDF that looks identical to your deck on every device.
PowerPoint to PDF is one of the cleanest conversions in office productivity. PowerPoint slides are fixed-layout — every text box, image, and shape lives at an absolute position on a known canvas — and PDF is a fixed-layout format too. The conversion is essentially a one-to-one translation rather than a reconstruction. As a result, the output PDF usually looks identical to the source deck.
But 'usually' isn't 'always'. There are three things that can go wrong, and they're worth understanding before you ship a converted PDF to clients.
1. Font substitution
If your deck uses a custom font that's installed on your computer but not embedded in the PPTX file, PowerPoint will silently substitute a default font (typically Arial or Calibri) when the deck opens on a different machine. The result is your beautiful headline becomes a generic sans-serif, and the layout shifts because the substituted font has different metrics.
The fix is to embed fonts in the PPTX before converting. In PowerPoint: File → Options → Save → tick 'Embed fonts in the file'. Choose 'Embed only the characters used' if your deck is large, or 'Embed all characters' if recipients might edit it. Then save. The next conversion to PDF will produce a fully font-self-contained PDF that looks correct on any device, even ones that don't have the original font installed.
2. Tables and complex layouts
Tables in PowerPoint convert cleanly when they're 'native' PowerPoint tables — the kind you create with Insert → Table. The cells, borders, and text styling all transfer to the PDF as you'd expect.
Tables become messier when they're pasted from Excel as live or linked objects. A live Excel table in your deck means the table renders by referencing the embedded workbook; the conversion to PDF flattens this to a static image of the table at the moment of conversion. The data is preserved but it's no longer dynamic, and complex Excel formatting (conditional cell colours, merged cells with rich formatting) sometimes loses fidelity.
If table accuracy matters, the safest path is: copy the Excel table, paste-special into PowerPoint as a 'Microsoft Office Excel Worksheet Object', adjust the layout, then convert. This produces the most reliable PDF rendering.
3. Animations (the unavoidable loss)
PDF is a static format — it has no concept of timed playback. So slide transitions, builds, animations, embedded videos, and audio narrations all disappear during conversion. The resulting PDF shows each slide in its final state (everything visible at once).
For decks where animation is decorative (a quick fade-in, a slide push), this is fine — the PDF still communicates the same message. For decks where animation carries essential meaning (a complex idea revealed across multiple build steps on a single slide), the PDF version reads worse than the source PPT because all the build elements appear at the same time.
There's a workaround: split each animated slide into multiple slides where each new slide adds the next build element. PowerPoint has a feature called 'Animation Painter' that can help, but for complex decks this is genuinely tedious. The right call is often to ship the PPTX for live presentation and a separate, simplified PDF for distribution.
Choosing the page size before converting
PowerPoint slides are 13.3×7.5 inches (16:9 widescreen, the default in modern PowerPoint) or 10×7.5 inches (4:3 standard, the older default). Both convert directly to PDFs of those exact dimensions.
If you intend to print the PDF to physical paper — A4 or Letter — the PDF won't fit either size cleanly without scaling. The fix: in PowerPoint, before converting, use Design → Slide Size → Custom and set the slide dimensions to match your target paper. Layout will reflow accordingly. Then convert. The resulting PDF prints correctly to A4 or Letter without scaling artifacts.
Notes pages: an underused feature
If you're producing a PDF for someone to read rather than present from, consider exporting as 'Notes Pages' instead of slide-only. This puts each slide on the top half of a page with the speaker notes on the bottom half — much more reading-friendly than slides alone, especially if your deck depends on the speaker's commentary to fully communicate.
PowerPoint's File → Export → Create PDF → Options dialog lets you pick this layout. MegaConvert's PPT-to-PDF can also produce notes-page output on request.
Common edge cases
Right-to-left languages
Decks in Arabic, Hebrew, or other right-to-left languages convert correctly when the source PPTX is properly authored as RTL (the slide layout is mirrored, text is right-aligned, etc.). If your deck mixes RTL and LTR content, manually verify the converted PDF — automated layout flipping isn't perfect across complex bidirectional text.
Embedded videos and audio
PDF supports embedded multimedia in some viewers (Adobe Acrobat, some specialised tools), but the support is patchy and most users won't see embedded media play in their PDF viewer. Don't rely on multimedia surviving the conversion. If a video is essential to the message, share the PPTX, host the video separately and link to it from the PDF, or export the deck as a video (MP4) instead.
Hyperlinks
Internal hyperlinks (links between slides within the deck) and external hyperlinks (links to websites) both transfer to the PDF as clickable links. Internal slide references become PDF page references; external URLs remain external URLs. This is one of the cleanest aspects of the conversion.
The summary
For most decks, PowerPoint to PDF is essentially a clean translation. Embed your fonts, double-check your tables, and accept that animations will flatten. Convert PPT to PDF or convert PPTX to PDF — free, no signup, files deleted within an hour.
Continue reading
More guides on file formats and conversion.
Convert PDF to DOCX: when it works, when it doesn't, and how to get the cleanest result
PDF-to-DOCX conversion is one of the most-requested document conversions on the web — and one of the most misunderstood. A practical guide to what actually transfers, what breaks, and how to handle each case.
Converting PDF to images (PNG, JPG, TIFF): when to render each page as which format
Sometimes you need a PDF as a sequence of images — for thumbnails, for slide previews, for systems that don't render PDFs natively. A practical guide to choosing PNG, JPG, or TIFF depending on what the images are for.
YAML vs JSON: which to use when, and what changes during conversion
YAML and JSON solve the same problem in nearly opposite ways. A practical guide to when to pick each, what conversion preserves and what it doesn't, and the gotchas to know about.